pxelinux: stop using the PXE-provided stack
authorH. Peter Anvin <hpa@zytor.com>
Wed, 3 Feb 2010 23:20:19 +0000 (15:20 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 3 Feb 2010 23:20:19 +0000 (15:20 -0800)
commit5c3b652f0d1fa54519fa563e53af5f57a02cd87b
tree09835cf9e21acf90817d0ed7f4e0a691ab057ba0
parentbd5b09dc502c8c1022a50fada50cb8e2298365ac
pxelinux: stop using the PXE-provided stack

Using the PXE-provided stack complicates things tremendously for gPXE
chainloading support, plus we are hostages to the stack size set up by
the PXE stack (1.5K by spec.)

Use a private stack instead, as the fsc branch already does.

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