Changeset 31fb9a0 in mainline for defaults/amd64
- Timestamp:
- 2009-03-08T13:38:22Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0af8bcd
- Parents:
- ec944b1
- Location:
- defaults/amd64
- Files:
-
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
defaults/amd64/Makefile.config
rec944b1 r31fb9a0 2 2 PLATFORM = amd64 3 3 4 # CPU type5 MACHINE = opteron6 7 4 # Ramdisk format 8 RDFMT = tmpfs5 RDFMT = fat 9 6 10 7 # Compiler … … 14 11 CONFIG_DEBUG = y 15 12 13 # Deadlock detection support for spinlocks 14 CONFIG_DEBUG_SPINLOCK = y 15 16 16 # Support for SMP 17 17 CONFIG_SMP = y … … 20 20 CONFIG_HT = y 21 21 22 # Simics BIOS AP boot fix23 CONFIG_SIMICS_FIX = y24 25 22 # Lazy FPU context switching 26 23 CONFIG_FPU_LAZY = y 27 24 28 25 # Support for userspace debuggers 29 CONFIG_UDEBUG = n26 CONFIG_UDEBUG = y 30 27 31 28 # Kernel console support … … 35 32 CONFIG_LOG = n 36 33 37 # Deadlock detection support for spinlocks38 CONFIG_DEBUG_SPINLOCK = y39 40 # Watchpoint on rewriting AS with zero41 CONFIG_DEBUG_AS_WATCHPOINT = y42 43 # Save all interrupt registers44 CONFIG_DEBUG_ALLREGS = y45 46 34 # Compile kernel tests 47 35 CONFIG_TEST = y 36 37 # What is your input device? 38 CONFIG_HID_IN = keyboard 39 40 # What is your output device? 41 CONFIG_HID_OUT = monitor 42 43 # i8042 controller support 44 CONFIG_I8042 = y 45 46 # PC keyboard support 47 CONFIG_PC_KBD = y 48 49 # EGA support 50 CONFIG_EGA = y 48 51 49 52 # Framebuffer support … … 51 54 52 55 # Framebuffer width 53 CONFIG_VESA_WIDTH = 102456 CONFIG_VESA_WIDTH = 800 54 57 55 58 # Framebuffer height 56 CONFIG_VESA_HEIGHT = 76859 CONFIG_VESA_HEIGHT = 600 57 60 58 61 # Framebuffer depth 59 CONFIG_VESA_BPP = 24 62 CONFIG_VESA_BPP = 16 63 64 # Keyboard layout 65 KBD_LAYOUT = us_qwerty
Note:
See TracChangeset
for help on using the changeset viewer.