home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / misc / emu / AROS_m68k_bin.lha / AROS / s / Startup-Sequence
Encoding:
Text File  |  1997-02-08  |  498 b   |  20 lines

  1. path SYS:Demos ADD QUIET
  2. assign DEVS: devs
  3. assign LIBS: libs
  4. assign S: s
  5. mount RAM:
  6. mount NIL:
  7. makedir ram:T
  8. assign T: ram:t
  9. ;
  10. ; To mount unit /dev/fd0 as drive FDSK: make a link from
  11. ; fdsk/Unit0 to /dev/fd0 (you'll need access rights on the device
  12. ; later - on most systems this will work only if you are root)
  13. ; then uncomment the last two lines below.
  14. ;
  15. ; Ordinary users can use fdsk.device both on their amiga and their
  16. ; linux box to mount disc images.
  17. ;
  18. ;assign FDSK: SYS:fdsk
  19. ;mount FDSK0:
  20.