[FREELDR]
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Thu, 13 Dec 2012 00:46:55 +0000 (00:46 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Thu, 13 Dec 2012 00:46:55 +0000 (00:46 +0000)
commitd4129a2e0748600cf5c201051d1ee1e99007d63c
tree086b1e030120f1b0b39d576a205c917e9d79ad7a
parent5b900194af91aabca743a0064cc407c42a6216fb
[FREELDR]
- Use a list of possible operating system method loading to load ReactOS / ROS-Setup / Windows / Linux or booting from a disk / partition ..., instead of using a (huge) if () else if () ... instruction.
- Modify the corresponding functions to take into account for this new functionality.
- Allow having a live + boot cd if needed, in a elegant way.

svn path=/trunk/; revision=57899
reactos/boot/freeldr/freeldr/arch/i386/custom.c
reactos/boot/freeldr/freeldr/arch/i386/miscboot.c
reactos/boot/freeldr/freeldr/bootmgr.c
reactos/boot/freeldr/freeldr/include/arch/i386/miscboot.h
reactos/boot/freeldr/freeldr/include/linux.h
reactos/boot/freeldr/freeldr/include/winldr.h
reactos/boot/freeldr/freeldr/linuxboot.c
reactos/boot/freeldr/freeldr/windows/setupldr.c
reactos/boot/freeldr/freeldr/windows/winldr.c