core: move xfer_buf_seg to segment 3, and add a collision assert
authorH. Peter Anvin <hpa@zytor.com>
Wed, 3 Jun 2009 00:09:41 +0000 (17:09 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 3 Jun 2009 00:09:41 +0000 (17:09 -0700)
commit390ab32864ad3fcbe58096a2e2fdcf6465f173fe
tree81b93bd27978c12d8e6f61f331373ba1641441d7
parentc0e6f47b3219e27ba23a1bc4d19696e6d19d1682
core: move xfer_buf_seg to segment 3, and add a collision assert

Move the xfer_buf_seg to segment 3 (0x30000) for now; this is more
generous than I hope we will use but makes development easier.

Add an assert to the linker script that the .auxseg/.lowmem segments
don't collide with xfer_buf_seg.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/layout.inc
core/syslinux.ld