summaryrefslogtreecommitdiff
path: root/core/syslinux.ld
diff options
context:
space:
mode:
Diffstat (limited to 'core/syslinux.ld')
-rw-r--r--core/syslinux.ld4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/syslinux.ld b/core/syslinux.ld
index 44d3b548..d97cde54 100644
--- a/core/syslinux.ld
+++ b/core/syslinux.ld
@@ -204,6 +204,10 @@ SECTIONS
__high_clear_len = __high_clear_end - __high_clear_start;
__high_clear_dwords = (__high_clear_len + 3) >> 2;
+
+ __assert_high = ASSERT(__high_clear_end <= core_xfer_buf,
+ "auxseg/lowmem region collides with xfer_buf_seg");
+
/*
* 32-bit code. This is a hack for the moment due to the
* real-mode segments also allocated.