Support boot loaders in the standard kernel.

This commit is contained in:
Tim Kientzle 2012-10-25 04:10:32 +00:00
parent c8da857475
commit 463443e509

View File

@ -30,6 +30,8 @@ options KERNPHYSADDR=0x00100000
makeoptions KERNPHYSADDR=0x00100000
options PHYSADDR=0x00000000
options STARTUP_PAGETABLE_ADDR=0x01000000
options FREEBSD_BOOT_LOADER
options LINUX_BOOT_ABI
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
options HZ=100