1 # Common defines for all of /sys/boot/i386/
6 LOADER_ADDRESS?= 0x200000
7 CFLAGS+= -ffreestanding -mpreferred-stack-boundary=2
9 # override CPU type, so that gcc doesn't insert mmx/sse instructions
14 .if defined(REALLY_AMD64)
15 .include "../pc64/Makefile.inc"