mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
[librm] Generate page tables for 64-bit builds
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user