isolinux: handle a core file greater than 64K
authorH. Peter Anvin <hpa@zytor.com>
Sun, 24 May 2009 20:06:33 +0000 (13:06 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 24 May 2009 20:06:33 +0000 (13:06 -0700)
commit24ffb34fcff5b50b56d987e18dcf519e278c771e
tree7f99dcc60b195aea62c56e332e4690575daa399b
parentcc50ba5b85da3f640de2d1b57f6e6f9c2b5f410a
isolinux: handle a core file greater than 64K

Handle a core file greater than 64K, and handle the case of a BIOS
which can't handle 64K wraparounds.  The latter is messy with CD-ROMs,
since the standard load address (0x7c00) is not 2K aligned.  We will
have to do something similar for disk-based derivatives when dealing
with 4K sector drives.

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