how to create the bootfloppy? is the program for writing freeldr to diskette delivered with ReactOS? can it run from DOS? can it run from Windows? (autorun.inf entry maybe?) can it run from ReactOS? (guess not, as long as floppy is disabled).
@echo off rem this is boot.bat if "%1"=="makebootdisk" goto freeldr echo ReactOS loading through DOS no longer supported. echo please type %0 makebootdisk goto end :freeldr echo The Freeldr installer is called INSTALL.EXE install.exe A: FAT copy freeldr.sys a: copy freeldr.ini a: echo FreeLoader bootdisk made. echo Reboot from floppy and thus load ROS succesfull. goto end