Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 449 → Rev 450

/shark/trunk/config/mk/gnu.mk
35,6 → 35,10
endif
INCL += -I$(BASE)/tracer/include
 
ifeq ($(findstring VM86,$(BIOS)) , VM86)
CFG_OPT += -DVM86
endif
 
C_WARN = -Wimplicit-function-declaration -Wall
C_FLAGS = -O -fno-builtin -nostdinc
C_INC = -I$(INCL) $(OTHERINCL) -I$(OSLIB)
/shark/trunk/config/mk/linux.mk
31,6 → 31,10
endif
INCL += -I$(BASE)/tracer/include
 
ifeq ($(findstring VM86,$(BIOS)) , VM86)
CFG_OPT += -DVM86
endif
 
C_WARN = -Wimplicit-function-declaration -Wall
C_FLAGS = -O -fno-builtin -nostdinc
C_INC = -I$(INCL) $(OTHERINCL) -I$(OSLIB)
/shark/trunk/shark.cfg
20,7 → 20,7
 
#Select the events tracer
# TRACER = "NO","OLD","NEW"
TRACER = "NEW"
TRACER = "NO"
 
#Select the BIOS INTERRUPT access mode
#BIOS = "X","VM86"
31,5 → 31,5
# Virtual Machine 86, and you can load a graphical
# demo also through GRUB. VM86 MODE IS NOT COMPATIBLE
# WITH SOME VGA CARDS
BIOS = "VM86"
BIOS = "X"