Subversion Repositories shark

Compare Revisions

Regard whitespace Rev 574 → Rev 575

/shark/trunk/shark.cfg
1,17 → 1,15
# S.Ha.R.K. Setup File
#
# Oslib Configuration
#
 
# Select the compiling environement
# ENV = LINUX (Linux)
# ENV = DJGPP (DOS/Windows DJGPP)
# ENV = LINUX (Linux/Cygwin with I386-ELF cross-compile)
# ENV = DJGPP (DOS/Windows DJGPP with I386-ELF binutils)
ENV = LINUX
 
# Kernel Image Start Point
# MEM_START = 0x220000
# The kernel image file will be loaded starting from this
# physical memory address. For DOS users it is important
# physical memory address. For DOS users, it is important
# to set an high address (like 0x1720000) if you are using
# Smartdrive or other tools which require Extended Memory
MEM_START = 0x220000
18,11 → 16,11
 
# Enable the system time computation through TSC register
# Only Pentium or higher CPU class
TSC = TRUE
TSC = FALSE
 
# Enable timer interrupt through P6 APIC instead of PIT
# Only P6 or higher CPU class, TSC support must be enabled
APIC = TRUE
APIC = FALSE
 
# Enable TSC Read Timer Optimization
# TIMER_OPT = 1000 (For CPU < 1 GHz - Wraparound 585 years)
43,7 → 41,7
# VM86 means that shark call the BIOS interrupts as
# Virtual Machine 86, and you can load a graphical
# demo also through GRUB. VM86 MODE IS NOT COMPATIBLE
# WITH SOME VGA CARDS (MATROX)
# WITH SOME VGA CARDS (like MATROX)
BIOS = X
 
# Select the FrameBuffer Configuration