Changeset 31fb9a0 in mainline for defaults/amd64


Ignore:
Timestamp:
2009-03-08T13:38:22Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0af8bcd
Parents:
ec944b1
Message:

add support for predefined configuration profiles (and subprofiles, configuration can be nested)

Location:
defaults/amd64
Files:
2 moved

Legend:

Unmodified
Added
Removed
  • defaults/amd64/Makefile.config

    rec944b1 r31fb9a0  
    22PLATFORM = amd64
    33
    4 # CPU type
    5 MACHINE = opteron
    6 
    74# Ramdisk format
    8 RDFMT = tmpfs
     5RDFMT = fat
    96
    107# Compiler
     
    1411CONFIG_DEBUG = y
    1512
     13# Deadlock detection support for spinlocks
     14CONFIG_DEBUG_SPINLOCK = y
     15
    1616# Support for SMP
    1717CONFIG_SMP = y
     
    2020CONFIG_HT = y
    2121
    22 # Simics BIOS AP boot fix
    23 CONFIG_SIMICS_FIX = y
    24 
    2522# Lazy FPU context switching
    2623CONFIG_FPU_LAZY = y
    2724
    2825# Support for userspace debuggers
    29 CONFIG_UDEBUG = n
     26CONFIG_UDEBUG = y
    3027
    3128# Kernel console support
     
    3532CONFIG_LOG = n
    3633
    37 # Deadlock detection support for spinlocks
    38 CONFIG_DEBUG_SPINLOCK = y
    39 
    40 # Watchpoint on rewriting AS with zero
    41 CONFIG_DEBUG_AS_WATCHPOINT = y
    42 
    43 # Save all interrupt registers
    44 CONFIG_DEBUG_ALLREGS = y
    45 
    4634# Compile kernel tests
    4735CONFIG_TEST = y
     36
     37# What is your input device?
     38CONFIG_HID_IN = keyboard
     39
     40# What is your output device?
     41CONFIG_HID_OUT = monitor
     42
     43# i8042 controller support
     44CONFIG_I8042 = y
     45
     46# PC keyboard support
     47CONFIG_PC_KBD = y
     48
     49# EGA support
     50CONFIG_EGA = y
    4851
    4952# Framebuffer support
     
    5154
    5255# Framebuffer width
    53 CONFIG_VESA_WIDTH = 1024
     56CONFIG_VESA_WIDTH = 800
    5457
    5558# Framebuffer height
    56 CONFIG_VESA_HEIGHT = 768
     59CONFIG_VESA_HEIGHT = 600
    5760
    5861# Framebuffer depth
    59 CONFIG_VESA_BPP = 24
     62CONFIG_VESA_BPP = 16
     63
     64# Keyboard layout
     65KBD_LAYOUT = us_qwerty
Note: See TracChangeset for help on using the changeset viewer.