home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 1999 May / CDROM.ISO / dosutils / loadlin / linux.bat < prev    next >
Encoding:
DOS Batch File  |  1994-05-16  |  220 b   |  8 lines

  1. rem  Sample DOS batch file to boot Linux.
  2.  
  3. rem  First, ensure any unwritten disk buffers are flushed:
  4. smartdrv /C
  5.  
  6. rem  Start the LOADLIN process:
  7. c:\loadlin\loadlin  c:\loadlin\zimage  root=/dev/hdb2  ro  vga=3
  8.