summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-08-06 16:24:14 -0700
committerH. Peter Anvin <hpa@zytor.com>2007-08-06 16:24:14 -0700
commit13fd971ea10629e2227e301d874092b886164133 (patch)
treedc00a901c5e4c407aec9922fa12cddd18d59a779
parent4e6c59bef8461bd835d1b47f7d3d76348930b209 (diff)
downloadsyslinux-13fd971ea10629e2227e301d874092b886164133.tar.gz
Give ourselves more room for code
-rw-r--r--layout.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/layout.inc b/layout.inc
index 1a9115bd..05ed7284 100644
--- a/layout.inc
+++ b/layout.inc
@@ -26,7 +26,7 @@ TEXT_START equ 7C00h
; The secondary BSS section, above the text; we really wish we could
; just make it follow .bcopy32 or hang off the end,
; but it doesn't seem to work that way.
-LATEBSS_START equ 0B300h
+LATEBSS_START equ 0B800h
; Reserve memory for the stack. This causes checkov to abort the
; compile if we violate this space.