isolinux: protect bss variables clobbered due to final sector load
authorH. Peter Anvin <hpa@zytor.com>
Wed, 7 Nov 2007 01:14:03 +0000 (17:14 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 7 Nov 2007 01:14:03 +0000 (17:14 -0800)
commit822a734c104b5d8e02c5804c11000440de357b49
treebc77ca20111bc1eed1a690570e304d758b94986f
parent28b46657095873e98434959075b7717ec22117c1
isolinux: protect bss variables clobbered due to final sector load

The image size loaded is bigger than the real image; this is due to
the final sector being fractional.  Move variables needed during that
stage from .bss to .bss1.

XXX: Need to audit to make sure this doesn't affect other derivatives
and/or other variables, too.
isolinux.asm