Subversion Repositories Kolibri OS

Rev

Rev 1692 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1692 Rev 1695
Line 1... Line 1...
1
CC = gcc
1
CC = gcc
2
FASM = e:/fasm/fasm.exe
2
FASM = e:/fasm/fasm.exe
3
CFLAGS = -c -O2 -fomit-frame-pointer -fno-builtin-printf 
3
CFLAGS = -c -O2 -fomit-frame-pointer -fno-builtin-printf 
4
LDFLAGS = -nostdlib -shared -s -Map usb.map --image-base 0\
4
LDFLAGS = -nostdlib -shared -s -Map geode.map --image-base 0\
5
	  --file-alignment 512 --section-alignment 4096
5
	  --file-alignment 512 --section-alignment 4096
Line 6... Line 6...
6
 
6
 
Line 7... Line 7...
7
DEFINES	 = -D__KERNEL__ -DCONFIG_X86_32 
7
DEFINES	 = -D__KERNEL__ -DCONFIG_X86_32