summaryrefslogtreecommitdiff
path: root/layout.inc
diff options
context:
space:
mode:
Diffstat (limited to 'layout.inc')
-rw-r--r--layout.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/layout.inc b/layout.inc
index 7b122d74..1a9115bd 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 0B200h
+LATEBSS_START equ 0B300h
; Reserve memory for the stack. This causes checkov to abort the
; compile if we violate this space.