home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / unix / riscbsd / datafile / _btriscbsd / _run < prev    next >
Encoding:
Text File  |  1996-02-18  |  801 b   |  28 lines

  1. |
  2. | run file for !BtRiscBSD application
  3. |
  4. RMEnsure SharedCLibrary 3.75 RMLoad System:Modules.Clib
  5. RMEnsure SharedCLibrary 3.75 Error You need Clib 3.75 or later
  6.  
  7. WimpSlot -min 64k -max 64k
  8. IconSprites <Obey$Dir>.!Sprites
  9. Set BtRiscBSD$Dir <Obey$Dir>
  10. |
  11. | Fix for the EtherH card. We need to do a *ehtest before booting RiscBSD
  12. | Test to see if the EtherH module is present and if it is
  13. | run *ehtest
  14. |
  15. set ETHERH$PRESENT 1
  16. rmensure EtherH 0.0 set ETHERH$PRESENT 0
  17. if <ETHERH$PRESENT> > 0 then ehtest { > null: }
  18.  
  19. |
  20. | Options to the Configuration frontend
  21. |
  22. | -open     - Open the config window automatically when started
  23. | -iconboot    - Clicking SELECT on the iconbar icon should boot RiscBSD
  24. |          instead of opening the configuration menu (Can still be
  25. |          done via MENU).
  26. |
  27. Run <BtRiscBSD$Dir>.!RunImage
  28.