mirror of
https://github.com/ipxe/ipxe
synced 2025-12-31 15:25:23 +03:00
Towards making KEEP_IT_REAL work again.
Fix bug that caused over-allocation of .text16 and .data16 memory areas by a factor of 16.
This commit is contained in:
@@ -21,9 +21,6 @@ BIN = bin-kir
|
||||
#
|
||||
CFLAGS += -DKEEP_IT_REAL -include kir.h
|
||||
|
||||
# Link with _data_link_addr = 0; data symbols are relative to the data
|
||||
# segment.
|
||||
#
|
||||
LDFLAGS += --defsym _data_link_addr=0
|
||||
|
||||
include Makefile
|
||||
|
||||
LDSCRIPT = arch/i386/scripts/i386-kir.lds
|
||||
|
||||
Reference in New Issue
Block a user