Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 488 → Rev 489

/shark/trunk/shark.cfg
9,7 → 9,7
 
# Enable timer interrupt through P6 APIC instead of PIT
# Only P6 or higher CPU class, TSC support must be enabled
APIC = FALSE
APIC = TRUE
 
#Enable Read Timer Optimization
#TIMER_OPT = 1000 (For CPU < 1 GHz - Wraparound 585 years)
33,3 → 33,13
# WITH SOME VGA CARDS
BIOS = "X"
 
#Select the FrameBuffer Configuration
#FB = "VESA","FINDPCI","VGA16"
# VESA it uses the VBE interrupts to enable the
# selected video mode
# FINDPCI the FrameBuffer driver will try to find a
# PCI/AGP graphical card. If a card is found, FB will
# use a specific driver to enable it
# VGA16 enable the VGA16 (4 bpp) video mode
FB = "VESA"