home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / voxrom / minlinux / minlxfr1.arj / LINUX / LINUX.BAT < prev    next >
DOS Batch File  |  1995-04-03  |  489b  |  14 lines

  1. @echo off
  2. rem  First, ensure any unwritten disk buffers are flushed:
  3. smartdrv /C
  4.  
  5. rem If you have the hardware, erase the option:
  6. rem  "sound="     Sound card
  7. rem  "sbpcd="     Matsushita-Panasonic cdrom
  8. rem  "mcd="       Mitsumi cdrom
  9. rem  "cdu31a="    Sony CDU-31a cdrom
  10. rem  "sonycd535=" Sony CDU-535 cdrom
  11. rem  "root="      Where is \LINUX
  12. rem  Start the LOADLIN process:
  13. c:\linux\loadlinx c:\linux\vmlinuz sound=0,0 sbpcd=0,0 mcd=0,0 cdu31a=0,0 sonycd535=0,0 root=c:  rw 
  14.