README 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. --- Linux/i386 port of eForth v1.0 - UnRelease e ---
  2. Copyright (c) 1990 by Bill Muench and C. H. Ting (eForth 1.0)
  3. Copyright (c) 199x by Andy Valencia (port to DJGPP/GAS)
  4. Copyright (c) 1995 by Francois-Rene Rideau (port to Linux)
  5. Much of the code is derived from the following sources:
  6. 8086 figForth by Thomas Newman, 1981 and Joe smith, 1983
  7. aFORTH by John Rible
  8. bFORTH by Bill Muench
  9. This port of eForth v1.0 to Linux on i386 architecture is based
  10. on the DJGPP/GO32 version by Andy Valencia (now vandys@baruk.zendo.com)
  11. (vandys is also the author of the VSTa microkernel OS).
  12. See README.eforth for data on original eForth 1.0
  13. See README.linux for data on this Linux/i386 port.
  14. See FILES for a description of included files.
  15. For original packages, see:
  16. * original eForth:
  17. ftp://ftp.forth.org/pub/Forth/Compilers/cross/eForth/eforth.lzh
  18. * original 32-bit port of eForth:
  19. ftp://ftp.forth.org/pub/Forth/Compilers/cross/eForth/e4th386.lzh
  20. * repository for this package:
  21. ftp://ftp.forth.org/pub/Forth/Compilers/native/unix/Linux/
  22. linux-eforth-1.0e.tar.gz
  23. Share and enjoy!
  24. -- #f d (fare@tunes.org)