summaryrefslogtreecommitdiff
path: root/layout.inc
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-03-30 13:33:47 -0700
committerH. Peter Anvin <hpa@zytor.com>2007-03-30 13:33:47 -0700
commit48f62dd984768c64a4c481bf41578cb8a0e63c49 (patch)
tree6be5aea69b705f04e4a62c1dcba9fc371acdfa55 /layout.inc
parent5d85d394d3569191a930cd1dba1d7d68d824a787 (diff)
downloadsyslinux-3.50-pre1.tar.gz
Support chaining shuffle descriptors when buffer is too smallsyslinux-3.50-pre1
Provide a method for re-loading shuffle descriptors from a buffer in high memory when the shuffle descriptors are too many to fit in the buffer. This can happen when trying to stitch an initramfs together from parts. Still need library support for this, however.
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.