home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 15 / boot-disc-1997-11.iso / Debian / Tools / LODLIN16.ZIP / LODLIN16 / LINUX.BAT < prev    next >
DOS Batch File  |  1994-05-16  |  220b  |  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.