Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 549 → Rev 550

/kernel/trunk/kernel.config
1,14 → 1,61
## General configuration directives
 
# Architecture
@ "ia32" Intel IA32
@ "amd64" Intel ET64/AMD64
@ "ia64" Intel IA64
@ "mips32" MIPS 32-bit
@ "ppc32" PowerPC 32-bit
@ "sparc64" Sun UltraSparc 64-bit
! ARCH (choice)
 
%ASKDEFAULT
 
# IA32 Compiler
@ "cross" Cross-compiler
@ "native" Native
! [ARCH=ia32] IA32_COMPILER (choice)
% [ARCH=ia32] SAVEAS IA32_COMPILER COMPILER
 
# AMD64 Compiler
@ "cross" Cross-compiler
@ "native" Native
! [ARCH=amd64] AMD64_COMPILER (choice)
% [ARCH=amd64] SAVEAS AMD64_COMPILER COMPILER
 
# Compiler
@ "cross" Cross-compiler
@ "native" Native
! [(ARCH!=amd64)&(ARCH!=ia32)] OTHER_COMPILER (choice)
% [(ARCH!=amd64)&(ARCH!=ia32)] SAVEAS OTHER_COMPILER COMPILER
 
 
# CPU type
@ "pentium4" Pentium 4
@ "pentium3" Pentium 3
@ "athlon-xp" Athlon XP
@ "athlon-mp" Athlon MP
@ "prescott" Prescott
! [ARCH=ia32] IA32_CPU (choice)
 
# Support for SMP
! CONFIG_SMP (y/n)
 
# Improved support for hyperthreading
! [ARCH=ia32|ARCH=amd64] CONFIG_HT (y/n)
! [(ARCH=ia32|ARCH=amd64)&CONFIG_SMP=y] CONFIG_HT (y/n)
 
# Lazy FPU context switching
! CONFIG_FPU_LAZY (y/n)
 
# MIPS Machine Type
@ "msim" MSIM Simulator
@ "msim4kc" MSIM Simulator with 4kc instruction set
@ "simics" Virtutech Simics simulator
@ "lgxemul" GXEmul Little Endian
@ "bgxemul" GXEmul Big Endian
@ "indy" SGI Indy
! [ARCH=mips32] MIPS_MACHINE (choice)
 
## Debugging configuration directives
 
# General debuging and assert checking