aboutsummaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index e69de29..cb73067 100644
--- a/README.txt
+++ b/README.txt
@@ -0,0 +1,20 @@
+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/
+
+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.