Changeset 87cd61f in mainline for src/Makefile.config


Ignore:
Timestamp:
2005-06-14T16:11:12Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b60a22c
Parents:
74df77d
Message:

Do panic() on page_fault().
Good for long testing in SMP mode as silent "extinctions" of a CPU are no longer supported.

Tiny changes here and there.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.config

    r74df77d r87cd61f  
    1818
    1919# Uncomment if you want to compile in userspace support
    20 #USERSPACE=__USERSPACE__
     20USERSPACE=__USERSPACE__
    2121
    2222# Uncomment if you want to run in the test mode
    23 #TEST=__TEST__
     23TEST=__TEST__
    2424
    2525TEST_FILE=test.c
     
    2929#TEST_DIR=synch/rwlock2/
    3030#TEST_DIR=synch/rwlock3/
    31 #TEST_DIR=synch/rwlock4/
     31TEST_DIR=synch/rwlock4/
    3232#TEST_DIR=synch/rwlock5/
    3333#TEST_DIR=synch/semaphore1/
    3434#TEST_DIR=synch/semaphore2/
    35 TEST_DIR=fpu/fpu1
     35#TEST_DIR=fpu/fpu1
Note: See TracChangeset for help on using the changeset viewer.