core: move aligned segments earlier
authorH. Peter Anvin <hpa@zytor.com>
Wed, 24 Feb 2010 19:14:04 +0000 (11:14 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 24 Feb 2010 19:14:04 +0000 (11:14 -0800)
commita2656772d030444ee1e2bdd289d3726edcf2d741
treeae95480e57bdf09238cadb873f5d773f2dfee926
parente0e20f0ab948e372444c748ffbef65a30aafe4f8
core: move aligned segments earlier

Move the aligned segments downward, to provide for the largest
possible contiguous lowmem heap.  This minimizes the necessary lowmem
footprint.  (Note: the heap doesn't actually need to be contiguous,
but having it not be makes it harder to size.)

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