Changeset 31fb9a0 in mainline for defaults/ia32


Ignore:
Timestamp:
2009-03-08T13:38:22Z (17 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/ia32
Files:
2 moved

Legend:

Unmodified
Added
Removed
  • defaults/ia32/Makefile.config

    rec944b1 r31fb9a0  
    33
    44# CPU type
    5 MACHINE = pentium4
     5PROCESSOR = pentium4
    66
    77# Ramdisk format
    8 RDFMT = tmpfs
     8RDFMT = fat
    99
    1010# Compiler
     
    1414CONFIG_DEBUG = y
    1515
     16# Deadlock detection support for spinlocks
     17CONFIG_DEBUG_SPINLOCK = y
     18
     19# ACPI support
     20CONFIG_ACPI = y
     21
    1622# Support for SMP
    1723CONFIG_SMP = y
     
    2026CONFIG_HT = y
    2127
    22 # Simics BIOS AP boot fix
    23 CONFIG_SIMICS_FIX = y
    24 
    2528# Lazy FPU context switching
    2629CONFIG_FPU_LAZY = y
    2730
    2831# Support for userspace debuggers
    29 CONFIG_UDEBUG = n
     32CONFIG_UDEBUG = y
    3033
    3134# Kernel console support
     
    3538CONFIG_LOG = n
    3639
    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 
    4640# Compile kernel tests
    4741CONFIG_TEST = y
     42
     43# What is your input device?
     44CONFIG_HID_IN = keyboard
     45
     46# What is your output device?
     47CONFIG_HID_OUT = monitor
     48
     49# i8042 controller support
     50CONFIG_I8042 = y
     51
     52# PC keyboard support
     53CONFIG_PC_KBD = y
     54
     55# EGA support
     56CONFIG_EGA = y
    4857
    4958# Framebuffer support
     
    5160
    5261# Framebuffer width
    53 CONFIG_VESA_WIDTH = 1024
     62CONFIG_VESA_WIDTH = 800
    5463
    5564# Framebuffer height
    56 CONFIG_VESA_HEIGHT = 768
     65CONFIG_VESA_HEIGHT = 600
    5766
    5867# Framebuffer depth
    59 CONFIG_VESA_BPP = 24
     68CONFIG_VESA_BPP = 16
     69
     70# Keyboard layout
     71KBD_LAYOUT = us_qwerty
Note: See TracChangeset for help on using the changeset viewer.