Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1689 → Rev 1688

/shark/trunk/shark.cfg
7,11 → 7,6
# 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
37,7 → 32,7
 
# Select the events tracer
# TRACER = NO,OLD,NEW
TRACER = NEW
TRACER = NO
 
# Select the BIOS INTERRUPT access mode
# BIOS = X,VM86
69,4 → 64,4
# Select the S.Ha.R.K. file system support
# YES = build the FS library
# NO = do not build the FS library
SHARK_FS = YES
SHARK_FS = NO