Subversion Repositories HelenOS-historic

Rev

Rev 545 | Rev 548 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 545 Rev 547
Line 13... Line 13...
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_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)
Line 29... Line 29...
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
@ "fpu/fpu1" Intel fpu test 1
34
@ [ARCH=ia32|ARCH=amd64] "fpu/fpu1" Intel fpu test 1
35
@ "fpu/sse1" Intel Sse test 1
35
@ [ARCH=ia32|ARCH=amd64] "fpu/sse1" Intel Sse test 1
36
@ "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/mapping" Mapping test 1
40
! CONFIG_TEST (choice)
40
! CONFIG_TEST (choice)