core: document the stack location, use STACK_TOP throughout
authorH. Peter Anvin <hpa@zytor.com>
Sat, 13 Feb 2010 00:49:55 +0000 (16:49 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 13 Feb 2010 00:49:55 +0000 (16:49 -0800)
commita68e1063c089a84675a01a8a0e1c3669d5b040c2
tree0bf0cb0c9204eb85fd66859ef10356bd0324ced6
parent831f1a04fbbbb1f65d95858b1b435325f67981f2
core: document the stack location, use STACK_TOP throughout

The global absolute symbol STACK_TOP defined in layout.inc can be used
by the linker script as well as by anything else that needs to know
where the stack is.  Also document why we do it differently for
PXELINUX.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/diskstart.inc
core/isolinux.asm
core/layout.inc
core/pxelinux.asm