diff --git a/KNOWN-ISSUES b/KNOWN-ISSUES deleted file mode 100644 index 38caf99..0000000 --- a/KNOWN-ISSUES +++ /dev/null @@ -1,18 +0,0 @@ -Bug tracking is now handled via the tracker on sr.ht. See -https://todo.sr.ht/~crc_/retroforth for the full list. - -This file contains a brief summary of - -retro-compiler - - The retro-compiler currently fails to work on at least some - ARM Linux systems. - - See https://todo.sr.ht/~crc_/retroforth/3 - -retro-unix - - `sys:abort-include` causes an invalid instruction error in - some circumstances. (Reported by Xiyoshi) - - See https://todo.sr.ht/~crc_/retroforth/17 diff --git a/doc/Contributing.md b/doc/Contributing.md index 59da80f..06d275a 100644 --- a/doc/Contributing.md +++ b/doc/Contributing.md @@ -15,7 +15,8 @@ URL: http://forthworks.com:8000 I also provide a git mirror of the fossil repository. -URL: https://git.sr.ht/~crc_/retroforth +* Sourcehut: https://git.sr.ht/~crc_/retroforth +* Github: https://github.com/crcx/retroforth.git ## Mailing Lists @@ -36,9 +37,9 @@ https://sr.ht/~crc_/retroforth/trackers There is a VM (implementations are in `vm`) named Nga. This implements a MISC style processor and system specific I/O extensions. -The VM runs an image (implemented primarily in `image`, from `rx.muri` -and `retro.forth`) that provides the actual language and a standard -library of words. +The VM runs an image (implemented primarily in `image`, from +`retro.muri` and `retro.forth`) that provides the actual language +and a standard library of words. System specific I/O extensions are provided and can be found in the `interface` directory. These include things related to the actual