]> Zhao Yanbai Git Server - minix.git/commit
cd boot workaround for bioses that didn't want to boot >4 image sectors.
authorBen Gras <ben@minix3.org>
Mon, 26 Apr 2010 22:07:21 +0000 (22:07 +0000)
committerBen Gras <ben@minix3.org>
Mon, 26 Apr 2010 22:07:21 +0000 (22:07 +0000)
commita131085a5bee10224241bfe9b46f85abe983b03f
treeae2197e7cadc97a9ead8d2f245d03a2cdd915086
parent94edf4fa12de40ccca7eaf69fb9a641288f7ef11
cd boot workaround for bioses that didn't want to boot >4 image sectors.

boot is a normal binary with a.out again. use 'cdbootblock,' a CDBOOT
variant of bootblock, both from bootblock.s, as the first boot image
that then loads boot, exactly like the bootblock loads boot when booting
from harddisk. the sector numbers (2048 byte iso sectors) are patched in
by writeisofs, like installboot does for bootblock. bootblock unchanged.
boot/Makefile
boot/bootblock.s
boot/boothead.s
boot/installboot.c
commands/simple/writeisofs.c
tools/release.sh