blob: 5c0e8e9109dfd378970b6626d79f853b94018f45 (
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
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.
|