diff options
Diffstat (limited to 'sys/boot/pc98/Makefile.inc')
-rw-r--r-- | sys/boot/pc98/Makefile.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/boot/pc98/Makefile.inc b/sys/boot/pc98/Makefile.inc new file mode 100644 index 0000000..53653eb --- /dev/null +++ b/sys/boot/pc98/Makefile.inc @@ -0,0 +1,6 @@ +# Common defines for all of /sys/boot/pc98/ +# +# $FreeBSD$ + +LOADER_ADDRESS?= 0x100000 +CFLAGS+= -ffreestanding -mpreferred-stack-boundary=2 |