Subversion Repositories HelenOS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3807 decky 1
# Platform
2
PLATFORM = ia32xen
3
 
4
# CPU type
5
MACHINE = pentium4
6
 
7
# Ramdisk format
8
RDFMT = tmpfs
9
 
10
# Compiler
11
COMPILER = gcc_cross
12
 
13
# Debug build
14
CONFIG_DEBUG = y
15
 
16
# Support for SMP
17
CONFIG_SMP = y
18
 
19
# Improved support for hyperthreading
20
CONFIG_HT = y
21
 
22
# Lazy FPU context switching
23
CONFIG_FPU_LAZY = y
24
 
25
# Support for userspace debuggers
26
CONFIG_UDEBUG = n
27
 
28
# Kernel console support
29
CONFIG_KCONSOLE = y
30
 
31
# Detailed kernel logging
32
CONFIG_LOG = n
33
 
34
# Deadlock detection support for spinlocks
35
CONFIG_DEBUG_SPINLOCK = y
36
 
37
# Watchpoint on rewriting AS with zero
38
CONFIG_DEBUG_AS_WATCHPOINT = y
39
 
40
# Save all interrupt registers
41
CONFIG_DEBUG_ALLREGS = y
42
 
43
# Compile kernel tests
44
CONFIG_TEST = y