Subversion Repositories HelenOS

Rev

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

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