home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / forth / 2824 < prev    next >
Encoding:
Internet Message Format  |  1992-07-21  |  1.5 KB

  1. Path: sparky!uunet!gatech!pitt!willett!ForthNet
  2. From: ForthNet@willett.pgh.pa.us (ForthNet articles from GEnie)
  3. Newsgroups: comp.lang.forth
  4. Subject: Mops
  5. Message-ID: <3930.UUL1.3#5129@willett.pgh.pa.us>
  6. Date: 21 Jul 92 12:27:21 GMT
  7. Organization: EIEI-U
  8. Lines: 31
  9.  
  10. Category 7,  Topic 40
  11. Message 19        Tue Jul 21, 1992
  12. M.HORE [Mike]                at 06:17 EDT
  13.  
  14.   There is a possibility that Mops 2.2 may not run off a floppy. It seems to
  15. work on my system, but there is a loophole which may cause trouble on some
  16. systems.
  17.  
  18. (This just applies to Mops itself, not to installed applications which should
  19. be OK).
  20.  
  21. If this happens to you, you can fix it with a change to the word RUN in the
  22. file Frontend, in the folder "System source".  The new version of RUN is:
  23.  
  24.  : RUN   0 -> pause  sysinit  load: windowMod  run_FE
  25.      ['] (pause) -> pause  ;
  26.  
  27. You then need to recompile the system above the nucleus, according to the
  28. instructions in my previous posting.
  29.  
  30. BTW, in future releases of Mops I may not include all the binaries in the
  31. release, to save download time, since the package is now so big.  In other
  32. words, the procedure for compiling the system above the nucleus will probably
  33. become the normal practice.  It's not hard to do (I hope you all agree!!)
  34.  
  35. Cheers,   Mike.
  36. -----
  37. This message came from GEnie via willett.  You *cannot* reply to the author
  38. using e-mail.  Please post a follow-up article, or use any instructions
  39. the author may have included (USMail addresses, telephone #, etc.).
  40. Report problems to: dwp@willett.pgh.pa.us
  41.