diff options
| author | kotorifan <kotorifan05@gmail.com> | 2026-02-02 14:45:36 +0100 |
|---|---|---|
| committer | kotorifan <kotorifan05@gmail.com> | 2026-02-04 09:01:10 +0100 |
| commit | 60b93287592f6d6e1b3157c7f60e1277fb8bb3ba (patch) | |
| tree | c47b5febb178ea56af5cd383b4453d8c72396783 /README.txt | |
| parent | 929e57f0b5c8a49a35f8b8cab3c2eae32817a3dd (diff) | |
| download | kotori-os-60b93287592f6d6e1b3157c7f60e1277fb8bb3ba.tar.gz | |
Added some stuff
Diffstat (limited to 'README.txt')
| -rw-r--r-- | README.txt | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -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. |
