diff options
| author | Michael Brown | 2006-08-24 15:18:05 +0200 |
|---|---|---|
| committer | Michael Brown | 2006-08-24 15:18:05 +0200 |
| commit | 6abfaa153b7b9bcdbdfc8b842ebb3ec99428d69b (patch) | |
| tree | 72f551c4156a9dd85d48099f905daccdb12a5933 /src/arch/i386/kir-Makefile | |
| parent | Quick utility to pad floppy disk images for vmware/qemu (diff) | |
| download | ipxe-6abfaa153b7b9bcdbdfc8b842ebb3ec99428d69b.tar.gz ipxe-6abfaa153b7b9bcdbdfc8b842ebb3ec99428d69b.tar.xz ipxe-6abfaa153b7b9bcdbdfc8b842ebb3ec99428d69b.zip | |
Towards making KEEP_IT_REAL work again.
Fix bug that caused over-allocation of .text16 and .data16 memory areas
by a factor of 16.
Diffstat (limited to 'src/arch/i386/kir-Makefile')
| -rw-r--r-- | src/arch/i386/kir-Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/arch/i386/kir-Makefile b/src/arch/i386/kir-Makefile index cc37a91a7..bbfc1a3a6 100644 --- a/src/arch/i386/kir-Makefile +++ b/src/arch/i386/kir-Makefile @@ -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 |
