Introduce MBR struct; simplify cdrom emulation code.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 7 Feb 2009 05:04:57 +0000 (00:04 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 7 Feb 2009 05:04:57 +0000 (00:04 -0500)
commit95827c4460a6887b61b45ccb3771ebd5a8713c09
tree087b46209aad0b14cd1f49ad55056210e1f29e03
parent5eac1ddafa2b1efd1f10547e2306540fc995e23d
Introduce MBR struct; simplify cdrom emulation code.

Define and use a struct for the master boot record.
Simplify cdrom emulation chs setting code.
Fix an apparent bug in harddrive chs setting - it wasn't properly
    masking the spt/cyl fields.
src/boot.c
src/cdrom.c
src/disk.h