home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / HAMRADIO / TCP90147.ZIP / TCP90147.TXT / text0000.txt < prev   
Encoding:
Text File  |  1990-09-28  |  2.3 KB  |  62 lines

  1. Today's Topics:
  2.                               New FORTH
  3.                           NOS under Windows
  4.  
  5. Send Replies or notes for publication to: <TCP-Group@UCSD.Edu>.
  6. Subscription requests to <TCP-Group-REQUEST@UCSD.Edu>.
  7. Problems you can't solve otherwise to brian@ucsd.edu.
  8.  
  9. Archives of past issues of the TCP-Group Digest are available
  10. (by FTP only) from UCSD.Edu in directory "mailarchives".
  11. ----------------------------------------------------------------------
  12.  
  13. Date: Mon, 24 Sep 90 09:37:08 +0200
  14. From: klemets@sics.se
  15. Subject: New FORTH
  16. To: tcp-group@ucsd.edu
  17.  
  18. Just a brief note about the state of the NOS FORTH project.
  19. A version 2.0 is available from sics.se. It is now much more like a
  20. real Fig-Forth implementation, the major difference being that it
  21. works on 32 bit integers.
  22. A large part of the interpreters code is written in FORTH, and even
  23. more of it may eventually be rewritten in FORTH.
  24.  
  25. My idea is that remote users should be able to write and execute FORTH
  26. programs in NOS. To prevent users from from crashing NOS, I have
  27. implemented an elaborate memory management scheme.
  28. The FORTH interpreter uses paged segmentation for all memory references.
  29. The user sees memory as a continous address space when it really
  30. consists of fixed size blocks which are allocated as needed.
  31. Pages can be read only, and global variables can be mapped into 4 byte
  32. pages. Different processes can share the same vocabulary on a
  33. copy-on-write basis, or use plain read-write shared memory.
  34.  
  35. There's only one big problem with the FORTH interpreter really, it has
  36. turned so terribly slow...
  37.  
  38. Anders
  39.  
  40. ------------------------------
  41.  
  42. Date: Sun, 23 Sep 90 21:56:29 UTC
  43. From: iw0cnb@tomcat.gsfc.nasa.gov
  44. Subject: NOS under Windows
  45. To: tcp-group@ucsd.edu
  46.  
  47. Anybody trying to use NOS under Windows 3.0 ??
  48. I have tried to, but it loses characters at 4800 baud on a 20 Mhz 386,
  49. with 8250 UARTS.
  50. Everything works OK with the SLIP modem at 1200 baud.
  51. Maybe I should try 16550 chips, but they are difficult to find in Italy.
  52.  
  53. If anybody can help, it would be nice to have 
  54. NOS working under Windows.
  55.  
  56. iw0cnb@tomcat.gfsc.nasa.gov
  57.  
  58. ------------------------------
  59.  
  60. End of TCP-Group Digest
  61. ******************************
  62.