Changeset 31fb9a0 in mainline for defaults/ia32
- Timestamp:
- 2009-03-08T13:38:22Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0af8bcd
- Parents:
- ec944b1
- Location:
- defaults/ia32
- Files:
-
- 2 moved
-
Makefile.config (moved) (moved from contrib/default/ia32/Makefile.config ) (5 diffs)
-
output (moved) (moved from contrib/default/ia32/output )
Legend:
- Unmodified
- Added
- Removed
-
defaults/ia32/Makefile.config
rec944b1 r31fb9a0 3 3 4 4 # CPU type 5 MACHINE= pentium45 PROCESSOR = pentium4 6 6 7 7 # Ramdisk format 8 RDFMT = tmpfs8 RDFMT = fat 9 9 10 10 # Compiler … … 14 14 CONFIG_DEBUG = y 15 15 16 # Deadlock detection support for spinlocks 17 CONFIG_DEBUG_SPINLOCK = y 18 19 # ACPI support 20 CONFIG_ACPI = y 21 16 22 # Support for SMP 17 23 CONFIG_SMP = y … … 20 26 CONFIG_HT = y 21 27 22 # Simics BIOS AP boot fix23 CONFIG_SIMICS_FIX = y24 25 28 # Lazy FPU context switching 26 29 CONFIG_FPU_LAZY = y 27 30 28 31 # Support for userspace debuggers 29 CONFIG_UDEBUG = n32 CONFIG_UDEBUG = y 30 33 31 34 # Kernel console support … … 35 38 CONFIG_LOG = n 36 39 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 40 # Compile kernel tests 47 41 CONFIG_TEST = y 42 43 # What is your input device? 44 CONFIG_HID_IN = keyboard 45 46 # What is your output device? 47 CONFIG_HID_OUT = monitor 48 49 # i8042 controller support 50 CONFIG_I8042 = y 51 52 # PC keyboard support 53 CONFIG_PC_KBD = y 54 55 # EGA support 56 CONFIG_EGA = y 48 57 49 58 # Framebuffer support … … 51 60 52 61 # Framebuffer width 53 CONFIG_VESA_WIDTH = 102462 CONFIG_VESA_WIDTH = 800 54 63 55 64 # Framebuffer height 56 CONFIG_VESA_HEIGHT = 76865 CONFIG_VESA_HEIGHT = 600 57 66 58 67 # Framebuffer depth 59 CONFIG_VESA_BPP = 24 68 CONFIG_VESA_BPP = 16 69 70 # Keyboard layout 71 KBD_LAYOUT = us_qwerty
Note:
See TracChangeset
for help on using the changeset viewer.
