home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo You must start linux.bat with drive letter like: linux c !
- echo If you forgot this, press CTRL-C now and start again.
- echo Otherwise:
- pause
- echo First, ensure any unwritten disk buffers are flushed:
- smartdrv /C
- echo Start the LOADLIN process:
- echo %1:\linux\etc\loadlin\loadlinx %1:\linux\vmlinuz root=%1: rw
- %1:\linux\etc\loadlin\loadlinx %1:\linux\vmlinuz root=%1: rw
-