forked from organix/pijFORTHos
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjusted attribution and sources for new project
Included Jones' original source in /annexia/
- Loading branch information
Showing
5 changed files
with
3,974 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
Contributors: | ||
Bare-metal Raspberry Pi port by: | ||
|
||
Dale Schumacher <[email protected]> | ||
Tristan Slominski <[email protected]> | ||
|
||
M2IHP'13 class Contributors: | ||
|
||
ABECASSIS Felix | ||
BISPO VIEIRA Ricardo | ||
|
@@ -15,3 +20,6 @@ OLIVEIRA Pablo | |
PLAZA ONATE Florian | ||
POPOV Mihail | ||
|
||
Original x86/FORTH Literate Code by: | ||
|
||
Richard W.M. Jones <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
# Jonesforth-ARM | ||
# Raspberry Pi JonesFORTH Operating System | ||
|
||
An ARM port of X86 JonesForth by Richard W.M. Jones <[email protected]> | ||
at <http://annexia.org/forth>. | ||
A bare-metal operating system for Raspberry Pi, | ||
based on _Jonesforth-ARM_ <https://github.com/M2IHP13-admin/JonesForth-arm>. | ||
|
||
_Jonesforth-ARM_ is an ARM port by M2IHP'13 class members listed in `AUTHORS` of _x86 JonesForth_. | ||
|
||
_x86 JonesForth_ is a Linux-hosted FORTH presented in a Literate Programming style | ||
by Richard W.M. Jones <[email protected]> originally at <http://annexia.org/forth>. | ||
Comments embedded in the original provide an excellent FORTH implementation tutorial. | ||
See the `/annexia/` directory for a copy of this original source. | ||
|
||
## What is this ? | ||
|
||
|
Oops, something went wrong.