Subversion Repositories HelenOS-historic

Rev

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

Rev 560 Rev 561
1
## General configuration directives
1
## General configuration directives
2
 
2
 
3
# Architecture
3
# Architecture
4
@ "ia32" Intel IA-32
4
@ "ia32" Intel IA-32
5
@ "amd64" AMD64/Intel EM64T
5
@ "amd64" AMD64/Intel EM64T
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
@ "sparc64" Sun UltraSPARC
9
@ "sparc64" Sun UltraSPARC
10
! ARCH (choice)
10
! ARCH (choice)
11
 
11
 
12
% SHELLCMD TAG tools/buildtag $ARCH
-
 
13
 
-
 
14
# IA32 Compiler
12
# IA32 Compiler
15
@ "cross" Cross-compiler
13
@ "cross" Cross-compiler
16
@ "native" Native
14
@ "native" Native
17
! [ARCH=ia32] IA32_COMPILER (choice)
15
! [ARCH=ia32] IA32_COMPILER (choice)
18
% [ARCH=ia32] SAVEAS IA32_COMPILER COMPILER
16
% [ARCH=ia32] SAVEAS IA32_COMPILER COMPILER
19
 
17
 
20
# AMD64 Compiler
18
# AMD64 Compiler
21
@ "cross" Cross-compiler
19
@ "cross" Cross-compiler
22
@ "native" Native
20
@ "native" Native
23
! [ARCH=amd64] AMD64_COMPILER (choice)
21
! [ARCH=amd64] AMD64_COMPILER (choice)
24
% [ARCH=amd64] SAVEAS AMD64_COMPILER COMPILER
22
% [ARCH=amd64] SAVEAS AMD64_COMPILER COMPILER
25
 
23
 
26
# Compiler
24
# Compiler
27
@ "cross" Cross-compiler
25
@ "cross" Cross-compiler
28
@ "native" Native
26
@ "native" Native
29
! [(ARCH!=amd64)&(ARCH!=ia32)] OTHER_COMPILER (choice)
27
! [(ARCH!=amd64)&(ARCH!=ia32)] OTHER_COMPILER (choice)
30
% [(ARCH!=amd64)&(ARCH!=ia32)] SAVEAS OTHER_COMPILER COMPILER
28
% [(ARCH!=amd64)&(ARCH!=ia32)] SAVEAS OTHER_COMPILER COMPILER
31
 
29
 
32
 
30
 
33
# CPU type
31
# CPU type
34
@ "pentium4" Pentium 4
32
@ "pentium4" Pentium 4
35
@ "pentium3" Pentium 3
33
@ "pentium3" Pentium 3
36
@ "athlon-xp" Athlon XP
34
@ "athlon-xp" Athlon XP
37
@ "athlon-mp" Athlon MP
35
@ "athlon-mp" Athlon MP
38
@ "prescott" Prescott
36
@ "prescott" Prescott
39
! [ARCH=ia32] IA32_CPU (choice)
37
! [ARCH=ia32] IA32_CPU (choice)
40
 
38
 
41
# Support for SMP
39
# Support for SMP
42
! CONFIG_SMP (y/n)
40
! CONFIG_SMP (y/n)
43
 
41
 
44
# Improved support for hyperthreading
42
# Improved support for hyperthreading
45
! [(ARCH=ia32|ARCH=amd64)&CONFIG_SMP=y] CONFIG_HT (y/n)
43
! [(ARCH=ia32|ARCH=amd64)&CONFIG_SMP=y] CONFIG_HT (y/n)
46
 
44
 
47
# Lazy FPU context switching
45
# Lazy FPU context switching
48
! CONFIG_FPU_LAZY (y/n)
46
! CONFIG_FPU_LAZY (y/n)
49
 
47
 
50
# MIPS Machine Type
48
# MIPS Machine Type
51
@ "msim" MSIM Simulator
49
@ "msim" MSIM Simulator
52
@ "msim4kc" MSIM Simulator with 4kc instruction set
50
@ "msim4kc" MSIM Simulator with 4kc instruction set
53
@ "simics" Virtutech Simics simulator
51
@ "simics" Virtutech Simics simulator
54
@ "lgxemul" GXEmul Little Endian
52
@ "lgxemul" GXEmul Little Endian
55
@ "bgxemul" GXEmul Big Endian
53
@ "bgxemul" GXEmul Big Endian
56
@ "indy" SGI Indy
54
@ "indy" SGI Indy
57
! [ARCH=mips32] MIPS_MACHINE (choice)
55
! [ARCH=mips32] MIPS_MACHINE (choice)
58
 
56
 
59
## Debugging configuration directives
57
## Debugging configuration directives
60
 
58
 
61
# General debuging and assert checking
59
# General debuging and assert checking
62
! CONFIG_DEBUG (y/n)
60
! CONFIG_DEBUG (y/n)
63
 
61
 
64
# Deadlock detection support for spinlocks
62
# Deadlock detection support for spinlocks
65
! [CONFIG_DEBUG=y] CONFIG_DEBUG_SPINLOCK (y/n)
63
! [CONFIG_DEBUG=y] CONFIG_DEBUG_SPINLOCK (y/n)
66
 
64
 
67
## Run-time configuration directives
65
## Run-time configuration directives
68
 
66
 
69
# Enable user space support
67
# Enable user space support
70
! CONFIG_USERSPACE (n/y)
68
! CONFIG_USERSPACE (n/y)
71
 
69
 
72
# Kernel test type
70
# Kernel test type
73
@ "" No test
71
@ "" No test
74
@ "synch/rwlock1" Read write test 1
72
@ "synch/rwlock1" Read write test 1
75
@ "synch/rwlock2" Read write test 2
73
@ "synch/rwlock2" Read write test 2
76
@ "synch/rwlock3" Read write test 3
74
@ "synch/rwlock3" Read write test 3
77
@ "synch/rwlock4" Read write test 4
75
@ "synch/rwlock4" Read write test 4
78
@ "synch/rwlock5" Read write test 5
76
@ "synch/rwlock5" Read write test 5
79
@ "synch/semaphore1" Semaphore test 1
77
@ "synch/semaphore1" Semaphore test 1
80
@ "synch/semaphore2" Sempahore test 2
78
@ "synch/semaphore2" Sempahore test 2
81
@ [ARCH=ia32|ARCH=amd64] "fpu/fpu1" Intel fpu test 1
79
@ [ARCH=ia32|ARCH=amd64] "fpu/fpu1" Intel fpu test 1
82
@ [ARCH=ia32|ARCH=amd64] "fpu/sse1" Intel Sse test 1
80
@ [ARCH=ia32|ARCH=amd64] "fpu/sse1" Intel Sse test 1
83
@ [ARCH=mips] "fpu/mips1" Mips FPU test 1
81
@ [ARCH=mips] "fpu/mips1" Mips FPU test 1
84
@ "print/print1" Printf test 1
82
@ "print/print1" Printf test 1
85
@ "thread/trhead1" Thread test 1
83
@ "thread/trhead1" Thread test 1
86
@ "mm/mapping1" Mapping test 1
84
@ "mm/mapping1" Mapping test 1
87
! CONFIG_TEST (choice)
85
! CONFIG_TEST (choice)
88
 
86