source: mainline/contrib/default/ia32/Makefile.config@ c43b1db2

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since c43b1db2 was 76bcaaf, checked in by Martin Decky <martin@…>, 17 years ago

default configs for other platforms

  • Property mode set to 100644
File size: 892 bytes
Line 
1# Platform
2PLATFORM = ia32
3
4# CPU type
5MACHINE = pentium4
6
7# Ramdisk format
8RDFMT = tmpfs
9
10# Compiler
11COMPILER = gcc_cross
12
13# Debug build
14CONFIG_DEBUG = y
15
16# Support for SMP
17CONFIG_SMP = y
18
19# Improved support for hyperthreading
20CONFIG_HT = y
21
22# Simics BIOS AP boot fix
23CONFIG_SIMICS_FIX = y
24
25# Lazy FPU context switching
26CONFIG_FPU_LAZY = y
27
28# Support for userspace debuggers
29CONFIG_UDEBUG = n
30
31# Kernel console support
32CONFIG_KCONSOLE = y
33
34# Detailed kernel logging
35CONFIG_LOG = n
36
37# Deadlock detection support for spinlocks
38CONFIG_DEBUG_SPINLOCK = y
39
40# Watchpoint on rewriting AS with zero
41CONFIG_DEBUG_AS_WATCHPOINT = y
42
43# Save all interrupt registers
44CONFIG_DEBUG_ALLREGS = y
45
46# Compile kernel tests
47CONFIG_TEST = y
48
49# Framebuffer support
50CONFIG_FB = y
51
52# Framebuffer width
53CONFIG_VESA_WIDTH = 1024
54
55# Framebuffer height
56CONFIG_VESA_HEIGHT = 768
57
58# Framebuffer depth
59CONFIG_VESA_BPP = 24
Note: See TracBrowser for help on using the repository browser.