Subversion Repositories HelenOS

Rev

Rev 4377 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4377 Rev 4692
Line 14... Line 14...
14
CONFIG_DEBUG_SPINLOCK = y
14
CONFIG_DEBUG_SPINLOCK = y
15
 
15
 
16
# Support for SMP
16
# Support for SMP
17
CONFIG_SMP = y
17
CONFIG_SMP = y
18
 
18
 
19
# Improved support for hyperthreading
-
 
20
CONFIG_HT = y
-
 
21
 
-
 
22
# Lazy FPU context switching
19
# Lazy FPU context switching
23
CONFIG_FPU_LAZY = y
20
CONFIG_FPU_LAZY = y
24
 
21
 
25
# Support for userspace debuggers
22
# Support for userspace debuggers
26
CONFIG_UDEBUG = y
23
CONFIG_UDEBUG = y
Line 55... Line 52...
55
# Default framebuffer mode
52
# Default framebuffer mode
56
CONFIG_VESA_MODE = 800x600
53
CONFIG_VESA_MODE = 800x600
57
 
54
 
58
# Default framebuffer depth
55
# Default framebuffer depth
59
CONFIG_VESA_BPP = 16
56
CONFIG_VESA_BPP = 16
-
 
57
 
-
 
58
# Load disk drivers on startup
-
 
59
CONFIG_START_BD = n
-
 
60
 
-
 
61
# Mount /data on startup
-
 
62
CONFIG_MOUNT_DATA = n