[memdisk] Add installable INT 13h hooks for ISO-booting scenarios
authorShao Miller <shao.miller@yrdsb.edu.on.ca>
Sat, 1 Aug 2009 06:06:08 +0000 (02:06 -0400)
committerShao Miller <shao.miller@yrdsb.edu.on.ca>
Tue, 4 Aug 2009 02:09:37 +0000 (22:09 -0400)
commit1275c1535315174f355b4bf74e69e572d8b38fc6
treea1869ca806bf8e5f922cdebc7dbdbfb969d5f5d3
parentcb2d6723ad809d88d7fb22f29acb08ba27370fa9
[memdisk] Add installable INT 13h hooks for ISO-booting scenarios

As of this commit, these hooks do nothing special and are unused.  They are
intended to support the El Torito "No Emulation" (2048-byte sector size) and
"Floppy Emulation"/"HDD Emulation" (512-byte sector size) modes for bootable
optical disc drive media (CD/DVD).
memdisk/Makefile
memdisk/memdisk_iso_2048.asm [new file with mode: 0644]
memdisk/memdisk_iso_512.asm [new file with mode: 0644]
memdisk/setup.c