Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1688 → Rev 1689

/shark/trunk/shark.cfg
7,6 → 7,11
# COMPILER = GCC3, GCC4, DJGPP
COMPILER = GCC4
 
# Architecture selection
# The architecture we're building the system for. The only supported
# value (at the time being) is x86.
ARCH = x86
 
# Kernel Image Start Point
# MEM_START = 0x220000
# The kernel image file will be loaded starting from this
32,7 → 37,7
 
# Select the events tracer
# TRACER = NO,OLD,NEW
TRACER = NO
TRACER = NEW
 
# Select the BIOS INTERRUPT access mode
# BIOS = X,VM86
64,4 → 69,4
# Select the S.Ha.R.K. file system support
# YES = build the FS library
# NO = do not build the FS library
SHARK_FS = NO
SHARK_FS = YES