[librm] Generate page tables for 64-bit builds

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2016-02-19 03:18:11 +00:00
parent d1562c38a6
commit 163f8acba0
3 changed files with 197 additions and 2 deletions

View File

@@ -9,6 +9,10 @@ LDFLAGS += --section-start=.textdata=0xffffffffeb000000
#
CFLAGS += -mno-red-zone
# Generate extra space for page tables to cover .textdata
#
LDFLAGS += --defsym=_use_page_tables=1
# Include generic BIOS Makefile
#
MAKEDEPS += arch/x86/Makefile.pcbios