ZealOS/src/System/Boot/MakeBoot.ZC
TomAwezome dedb922567 Re-add System/Boot/ to tracked files.
(Was accidentally removed in 3a33e6baaff2cfbb162ee71585d96498375285e1.)
Update AUTO.ISO.
2022-01-02 22:50:06 -05:00

8 lines
111 B
HolyC
Executable file

Cd(__DIR__);;
#include "BootDVDIns"
#include "BootHDIns"
#include "BootMHDIns"
#include "BootRAM"
Cd("..");;