home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / KERNELS / LODLIN15.ZIP / 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.