[BOOTSECT]
authorColin Finck <colin@reactos.org>
Sun, 15 Jan 2017 12:31:47 +0000 (12:31 +0000)
committerColin Finck <colin@reactos.org>
Sun, 15 Jan 2017 12:31:47 +0000 (12:31 +0000)
commit709dfc61a294befce2f92c200b68b79e30b531fb
treeeafac692e13025a55ac066b3e76f2d29c9196972
parente4ffdbb8a7145caf169571eb6e8407b05f443b75
[BOOTSECT]
Add a simple MBR boot sector that chainloads the El Torito BIOS Boot Sector of the ReactOS ISO.
This is our equivalent to syslinux's isohdpfx.S and will be used as input for the soon to be imported "isohybrid" patching tool.

Largely untested Work In Progress towards CORE-12648

svn path=/trunk/; revision=73555
reactos/boot/freeldr/bootsect/CMakeLists.txt
reactos/boot/freeldr/bootsect/isombr.S [new file with mode: 0644]