aboutsummaryrefslogtreecommitdiffstats
path: root/README.txt
blob: be7736f17e0a8a7c90a8f08fb0ea5f70d95e7525 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
KotoriForth
===========
This is supposed to be a x86 32-bit Forth OS. As of now it is only a
bootloader, which doesn't even work, but that will hopefully change with 
time. Don't get your hopes up that this will ever get close to something 
usable.

Resources
---------
A lot of code is from these sites. Check them out.
- https://thasso.xyz/setting-up-an-x86-cpu.html
- https://tumbleforth.hardcoded.net/
- https://alamot.github.io/os_stage1/
- https://github.com/nornagon/jonesforth/blob/master/jonesforth.S
- https://github.com/saulpw/spwforth/blob/master/forth.asm
Copying
-------
All of the code written by me in this project is waived into the public
domain with the Creative Commons Zero 1.0, and can be thus used for any
purpose without any strings attached.
See COPYING.txt.