Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 572 → Rev 573

/shark/trunk/shark.cfg
3,6 → 3,11
# Oslib Configuration
#
 
# Select the compiling environement
# ENV = LINUX (Linux)
# ENV = DJGPP (DOS/Windows DJGPP)
ENV = LINUX
 
# Kernel Image Start Point
# MEM_START = 0x220000
# The kernel image file will be loaded starting from this
27,11 → 32,11
TIMER_OPT = 8000
 
# Select the events tracer
# TRACER = "NO","OLD","NEW"
TRACER = "NO"
# TRACER = NO,OLD,NEW
TRACER = NO
 
# Select the BIOS INTERRUPT access mode
# BIOS = "X","VM86"
# BIOS = X,VM86
# X means that you must use x.exe as shark loader
# if shark needs to call BIOS interrupt (Ex. to enable
# graphics)
39,10 → 44,10
# Virtual Machine 86, and you can load a graphical
# demo also through GRUB. VM86 MODE IS NOT COMPATIBLE
# WITH SOME VGA CARDS (MATROX)
BIOS = "X"
BIOS = X
 
# Select the FrameBuffer Configuration
# FB = "VESA","FINDPCI","VGA16"
# 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
49,4 → 54,4
# 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"
FB = VESA