From 60b93287592f6d6e1b3157c7f60e1277fb8bb3ba Mon Sep 17 00:00:00 2001 From: kotorifan Date: Mon, 2 Feb 2026 14:45:36 +0100 Subject: Added some stuff --- README.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'README.txt') 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. -- cgit v1.3