Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/narke/colorForth

Native 32-bit colorForth for PCs, Bochs and Qemu.
https://github.com/narke/colorForth

colorforth forth programming-language

Last synced: 26 days ago
JSON representation

Native 32-bit colorForth for PCs, Bochs and Qemu.

Awesome Lists containing this project

README

        

# colorForth
Native colorForth for 32-bit PCs, at least compilable on Linux and runnable on both Bochs and Qemu.
It is adapted from http://sourceforge.net/projects/colorforth.

Running
-------

Get sources:

$ git clone https://github.com/narke/colorForth.git

Compile:

$ make

Run on Bochs:

$ make bochs

On Bochs prompt type 'c' to continue the execution.

Or run on Qemu:

$ make qemu

On Bochs:
![colorForth](https://raw.githubusercontent.com/narke/colorForth/master/screenshots/colorforth_bochs.png "colorForth on Bochs")

On Qemu:
![colorForth](https://raw.githubusercontent.com/narke/colorForth/master/screenshots/colorforth_qemu.png "colorForth on Qemu")

# License

It's in public domain.