Subversion Repositories HelenOS-historic

Rev

Rev 547 | Rev 549 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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