Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 448 → Rev 449

/shark/trunk/shark.cfg
20,5 → 20,16
 
#Select the events tracer
# TRACER = "NO","OLD","NEW"
TRACER = "NO"
TRACER = "NEW"
 
#Select the BIOS INTERRUPT access mode
#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)
# 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
BIOS = "VM86"