home *** CD-ROM | disk | FTP | other *** search
/ Dream 46 / Amiga_Dream_46.iso / bo / boot / boot.bat next >
DOS Batch File  |  1997-07-05  |  143b  |  7 lines

  1. @ echo off
  2.  
  3. rem Flush any write-cached disk blocks before we leave DOS. 
  4. smartdrv /c
  5.  
  6. loadlin.exe linux root=/dev/ram ro initrd=root.bin
  7.