Subversion Repositories HelenOS-historic

Rev

Rev 547 | Rev 549 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
452 decky 1
## General configuration directives
1 jermar 2
 
545 palkovsky 3
# Support for symetric multiprocessors
4
! CONFIG_SMP (y/n)
328 jermar 5
 
545 palkovsky 6
# Improved support for hyperthreading
7
! CONFIG_HT (y/n)
8
 
9
# Lazy context switching
10
! CONFIG_FPU_LAZY (y/n)
11
 
452 decky 12
## Debugging configuration directives
423 decky 13
 
545 palkovsky 14
# General debuging and assert checking
15
! CONFIG_DEBUG (y/n)
459 decky 16
 
545 palkovsky 17
# Deadlock detection support for spinlocks
547 palkovsky 18
! [CONFIG_DEBUG=y] CONFIG_DEBUG_SPINLOCK (y/n)
545 palkovsky 19
 
459 decky 20
## Run-time configuration directives
21
 
545 palkovsky 22
# Enable user space support
23
! CONFIG_USERSPACE (n/y)
24
 
25
# Kernel test type
26
@ "" No test
27
@ "synch/rwlock1" Read write test 1
28
@ "synch/rwlock2" Read write test 2
29
@ "synch/rwlock3" Read write test 3
30
@ "synch/rwlock4" Read write test 4
31
@ "synch/rwlock5" Read write test 5
32
@ "synch/semaphore1" Semaphore test 1
33
@ "synch/semaphore2" Sempahore test 2
547 palkovsky 34
@ [ARCH=ia32|ARCH=amd64] "fpu/fpu1" Intel fpu test 1
35
@ [ARCH=ia32|ARCH=amd64] "fpu/sse1" Intel Sse test 1
36
@ [ARCH=mips] "fpu/mips1" Mips FPU test 1
545 palkovsky 37
@ "print/print1" Printf test 1
38
@ "thread/trhead1" Thread test 1
548 jermar 39
@ "mm/mapping1" Mapping test 1
545 palkovsky 40
! CONFIG_TEST (choice)