Subversion Repositories HelenOS

Rev

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

Rev 1844 Rev 1882
1
## General configuration directives
1
## General configuration directives
2
 
2
 
3
# Architecture
3
# Architecture
4
@ "amd64" AMD64/Intel EM64T
4
@ "amd64" AMD64/Intel EM64T
5
@ "ia32" Intel IA-32
5
@ "ia32" Intel IA-32
6
@ "ia64" Intel IA-64
6
@ "ia64" Intel IA-64
7
@ "mips32" MIPS 32-bit
7
@ "mips32" MIPS 32-bit
8
@ "ppc32" PowerPC 32-bit
8
@ "ppc32" PowerPC 32-bit
9
@ "ppc64" PowerPC 64-bit
9
@ "ppc64" PowerPC 64-bit
10
@ "sparc64" Sun UltraSPARC 64-bit
10
@ "sparc64" Sun UltraSPARC 64-bit
11
@ "xen32" Xen 32-bit
11
@ "xen32" Xen 32-bit
12
! ARCH (choice)
12
! ARCH (choice)
13
 
13
 
14
# Compiler
14
# Compiler
15
@ "cross" Cross-compiler
15
@ "cross" Cross-compiler
16
@ "native" Native
16
@ "native" Native
17
! COMPILER (choice)
17
! COMPILER (choice)
18
 
18
 
19
# CPU type
19
# CPU type
20
@ "pentium4" Pentium 4
20
@ "pentium4" Pentium 4
21
@ "pentium3" Pentium 3
21
@ "pentium3" Pentium 3
22
@ "athlon-xp" Athlon XP
22
@ "athlon-xp" Athlon XP
23
@ "athlon-mp" Athlon MP
23
@ "athlon-mp" Athlon MP
24
@ "prescott" Prescott
24
@ "prescott" Prescott
25
! [ARCH=ia32|ARCH=xen32] MACHINE (choice)
25
! [ARCH=ia32|ARCH=xen32] MACHINE (choice)
26
 
26
 
27
# CPU type
27
# CPU type
28
@ "opteron" Opteron
28
@ "opteron" Opteron
29
! [ARCH=amd64] MACHINE (choice)
29
! [ARCH=amd64] MACHINE (choice)
30
 
30
 
31
# Machine type
31
# Machine type
32
@ "msim" MSIM Simulator
32
@ "msim" MSIM Simulator
33
@ "simics" Virtutech Simics simulator
33
@ "simics" Virtutech Simics simulator
34
@ "lgxemul" GXEmul Little Endian
34
@ "lgxemul" GXEmul Little Endian
35
@ "bgxemul" GXEmul Big Endian
35
@ "bgxemul" GXEmul Big Endian
36
@ "indy" SGI Indy
36
@ "indy" SGI Indy
37
! [ARCH=mips32] MACHINE (choice)
37
! [ARCH=mips32] MACHINE (choice)
38
 
38
 
39
# Machine type
39
# Machine type
40
@ "ultra" Sun Ultra 5
40
@ "ultra" Sun Ultra 5
41
@ "enterprise" Sun Enterprise E6500
41
@ "enterprise" Sun Enterprise E6500
42
! [ARCH=sparc64] MACHINE (choice)
42
! [ARCH=sparc64] MACHINE (choice)
43
 
43
 
44
# Framebuffer support
44
# Framebuffer support
45
! [(ARCH=mips32&MACHINE=lgxemul)|(ARCH=mips32&MACHINE=bgxemul)|(ARCH=ia32)|(ARCH=amd64)] CONFIG_FB (y/n)
45
! [(ARCH=mips32&MACHINE=lgxemul)|(ARCH=mips32&MACHINE=bgxemul)|(ARCH=ia32)|(ARCH=amd64)] CONFIG_FB (y/n)
46
 
46
 
47
# Framebuffer width
47
# Framebuffer width
48
@ "640"
48
@ "640"
49
@ "800"
49
@ "800"
50
@ "1024"
50
@ "1024"
51
@ "1152"
51
@ "1152"
52
@ "1280"
52
@ "1280"
53
@ "1400"
53
@ "1400"
54
@ "1440"
54
@ "1440"
55
@ "1600"
55
@ "1600"
56
@ "2048"
56
@ "2048"
57
! [(ARCH=ia32|ARCH=amd64)&CONFIG_FB=y] CONFIG_VESA_WIDTH (choice)
57
! [(ARCH=ia32|ARCH=amd64)&CONFIG_FB=y] CONFIG_VESA_WIDTH (choice)
58
 
58
 
59
# Framebuffer height
59
# Framebuffer height
60
@ "480"
60
@ "480"
61
@ "600"
61
@ "600"
62
@ "768"
62
@ "768"
63
@ "852"
63
@ "852"
64
@ "900"
64
@ "900"
65
@ "960"
65
@ "960"
66
@ "1024"
66
@ "1024"
67
@ "1050"
67
@ "1050"
68
@ "1200"
68
@ "1200"
69
@ "1536"
69
@ "1536"
70
! [(ARCH=ia32|ARCH=amd64)&CONFIG_FB=y] CONFIG_VESA_HEIGHT (choice)
70
! [(ARCH=ia32|ARCH=amd64)&CONFIG_FB=y] CONFIG_VESA_HEIGHT (choice)
71
 
71
 
72
# Framebuffer depth
72
# Framebuffer depth
73
@ "8"
73
@ "8"
74
@ "16"
74
@ "16"
75
@ "24"
75
@ "24"
76
! [(ARCH=ia32|ARCH=amd64)&CONFIG_FB=y] CONFIG_VESA_BPP (choice)
76
! [(ARCH=ia32|ARCH=amd64)&CONFIG_FB=y] CONFIG_VESA_BPP (choice)
77
 
77
 
78
# Support for SMP
78
# Support for SMP
79
! [ARCH=ia32|ARCH=amd64|ARCH=xen32] CONFIG_SMP (y/n)
79
! [ARCH=ia32|ARCH=amd64|ARCH=xen32] CONFIG_SMP (y/n)
80
 
80
 
81
# Improved support for hyperthreading
81
# Improved support for hyperthreading
82
! [(ARCH=ia32|ARCH=amd64|ARCH=xen32)&CONFIG_SMP=y] CONFIG_HT (y/n)
82
! [(ARCH=ia32|ARCH=amd64|ARCH=xen32)&CONFIG_SMP=y] CONFIG_HT (y/n)
83
 
83
 
84
# Simics BIOS AP boot fix
84
# Simics BIOS AP boot fix
85
! [(ARCH=ia32|ARCH=amd64)&CONFIG_SMP=y] CONFIG_SIMICS_FIX (y/n)
85
! [(ARCH=ia32|ARCH=amd64)&CONFIG_SMP=y] CONFIG_SIMICS_FIX (y/n)
86
 
86
 
87
# Lazy FPU context switching
87
# Lazy FPU context switching
88
! [(ARCH=mips32&MACHINE!=msim&MACHINE!=simics)|ARCH=amd64|ARCH=ia32|ARCH=ia64|ARCH=xen32] CONFIG_FPU_LAZY (y/n)
88
! [(ARCH=mips32&MACHINE!=msim&MACHINE!=simics)|ARCH=amd64|ARCH=ia32|ARCH=ia64|ARCH=sparc64|ARCH=xen32] CONFIG_FPU_LAZY (y/n)
89
 
89
 
90
# Power off on halt
90
# Power off on halt
91
! [ARCH=ppc32] CONFIG_POWEROFF (n/y)
91
! [ARCH=ppc32] CONFIG_POWEROFF (n/y)
92
 
92
 
93
## Debugging configuration directives
93
## Debugging configuration directives
94
 
94
 
95
# General debuging and assert checking
95
# General debuging and assert checking
96
! CONFIG_DEBUG (y/n)
96
! CONFIG_DEBUG (y/n)
97
 
97
 
98
# Deadlock detection support for spinlocks
98
# Deadlock detection support for spinlocks
99
! [CONFIG_DEBUG=y&CONFIG_SMP=y] CONFIG_DEBUG_SPINLOCK (y/n)
99
! [CONFIG_DEBUG=y&CONFIG_SMP=y] CONFIG_DEBUG_SPINLOCK (y/n)
100
 
100
 
101
# Watchpoint on rewriting AS with zero
101
# Watchpoint on rewriting AS with zero
102
! [CONFIG_DEBUG=y&(ARCH=amd64|ARCH=ia32|ARCH=xen32)] CONFIG_DEBUG_AS_WATCHPOINT (y/n)
102
! [CONFIG_DEBUG=y&(ARCH=amd64|ARCH=ia32|ARCH=xen32)] CONFIG_DEBUG_AS_WATCHPOINT (y/n)
103
 
103
 
104
# Save all interrupt registers
104
# Save all interrupt registers
105
! [CONFIG_DEBUG=y&(ARCH=amd64|ARCH=mips32|ARCH=ia32|ARCH=xen32)] CONFIG_DEBUG_ALLREGS (y/n)
105
! [CONFIG_DEBUG=y&(ARCH=amd64|ARCH=mips32|ARCH=ia32|ARCH=xen32)] CONFIG_DEBUG_ALLREGS (y/n)
106
 
106
 
107
# Use VHPT
107
# Use VHPT
108
! [ARCH=ia64] CONFIG_VHPT (n/y)
108
! [ARCH=ia64] CONFIG_VHPT (n/y)
109
 
109
 
110
## Run-time configuration directives
110
## Run-time configuration directives
111
 
111
 
112
# Kernel test type
112
# Kernel test type
113
@ "" No test
113
@ "" No test
114
@ "atomic/atomic1" Test of atomic operations.
114
@ "atomic/atomic1" Test of atomic operations.
115
@ "btree/btree1" B-tree test.
115
@ "btree/btree1" B-tree test.
116
@ "synch/rwlock1" Read write test 1
116
@ "synch/rwlock1" Read write test 1
117
@ "synch/rwlock2" Read write test 2
117
@ "synch/rwlock2" Read write test 2
118
@ "synch/rwlock3" Read write test 3
118
@ "synch/rwlock3" Read write test 3
119
@ "synch/rwlock4" Read write test 4
119
@ "synch/rwlock4" Read write test 4
120
@ "synch/rwlock5" Read write test 5
120
@ "synch/rwlock5" Read write test 5
121
@ "synch/semaphore1" Semaphore test 1
121
@ "synch/semaphore1" Semaphore test 1
122
@ "synch/semaphore2" Sempahore test 2
122
@ "synch/semaphore2" Sempahore test 2
123
@ [ARCH=ia32|ARCH=amd64|ARCH=ia64|ARCH=xen32] "fpu/fpu1" Intel FPU test 1
123
@ [ARCH=ia32|ARCH=amd64|ARCH=ia64|ARCH=xen32] "fpu/fpu1" Intel FPU test 1
124
@ [ARCH=ia32|ARCH=amd64|ARCH=xen32] "fpu/sse1" Intel SSE test 1
124
@ [ARCH=ia32|ARCH=amd64|ARCH=xen32] "fpu/sse1" Intel SSE test 1
125
@ [ARCH=mips32&MACHINE!=msim&MACHINE!=simics] "fpu/mips1" MIPS FPU test 1
125
@ [ARCH=mips32&MACHINE!=msim&MACHINE!=simics] "fpu/mips1" MIPS FPU test 1
126
@ "print/print1" Printf test 1
126
@ "print/print1" Printf test 1
127
@ "thread/thread1" Thread test 1
127
@ "thread/thread1" Thread test 1
128
@ "mm/mapping1" Mapping test 1
128
@ "mm/mapping1" Mapping test 1
129
@ "mm/falloc1" Frame Allocation test 1
129
@ "mm/falloc1" Frame Allocation test 1
130
@ "mm/falloc2" Frame Allocation test 2
130
@ "mm/falloc2" Frame Allocation test 2
131
@ "mm/slab1" SLAB test1 - No CPU cache
131
@ "mm/slab1" SLAB test1 - No CPU cache
132
@ "mm/slab2" SLAB test2 - SMP CPU cache
132
@ "mm/slab2" SLAB test2 - SMP CPU cache
133
@ "fault/fault1" Write to NULL (maybe page fault)
133
@ "fault/fault1" Write to NULL (maybe page fault)
134
@ "sysinfo" Sysinfo fill and dump test
134
@ "sysinfo" Sysinfo fill and dump test
135
@ [ARCH=ia64] "mm/purge1" Itanium TLB purge test
135
@ [ARCH=ia64] "mm/purge1" Itanium TLB purge test
136
@ [ARCH=mips32] "debug/mips1" MIPS breakpoint-debug test 
136
@ [ARCH=mips32] "debug/mips1" MIPS breakpoint-debug test 
137
! CONFIG_TEST (choice)
137
! CONFIG_TEST (choice)
138
 
138