summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-05-04 14:12:11 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-05-04 14:12:11 -0700
commitcaeb0527163ce4f79982ec7b059a7273c2feb44a (patch)
treea30a4ee08248f04ac22079b1a31597769773c15f
parenta4369d063ccc6e74b2e4126534fbd5f1aa54a4f8 (diff)
downloadsyslinux-caeb0527163ce4f79982ec7b059a7273c2feb44a.tar.gz
core: remove vestiges of using nasm -f binsyslinux-3.80
Remove a few things that are specific to NASM's "bin" backend, which we no longer use. Newer versions of NASM print warning messages which are unnecessary. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--core/layout.inc6
1 files changed, 1 insertions, 5 deletions
diff --git a/core/layout.inc b/core/layout.inc
index ef892afc..8d567455 100644
--- a/core/layout.inc
+++ b/core/layout.inc
@@ -31,15 +31,11 @@ TEXT_START equ 7C00h
; but it doesn't seem to work that way.
LATEBSS_START equ 0B800h
-%ifdef MAP
- [map all MAP]
-%endif
-
;
; The various sections and their relationship
;
; Use .earlybss for things that MUST be in low memory.
- section .earlybss nobits start=BSS_START
+ section .earlybss nobits
section .config write progbits align=4
section .replacestub exec write progbits align=16