No description
  • C 77.1%
  • Shell 7.4%
  • Batchfile 6.6%
  • Assembly 5.3%
  • Lua 1.9%
  • Other 1.7%
Find a file
2026-07-15 23:23:31 +02:00
other Still nothing works. IOAPIC code added. 2026-07-15 23:23:31 +02:00
scripts Still nothing works. IOAPIC code added. 2026-07-15 23:23:31 +02:00
src Still nothing works. IOAPIC code added. 2026-07-15 23:23:31 +02:00
.gdbinit Still nothing works. IOAPIC code added. 2026-07-15 23:23:31 +02:00
.gitignore Still nothing works. IOAPIC code added. 2026-07-15 23:23:31 +02:00
COPYING.txt Added Readme and License 2026-06-09 16:25:24 +02:00
limine.conf Added serial output functionality. 2026-06-04 02:51:32 +02:00
linker.lds Rainbow colors!! 2026-05-31 19:25:53 +02:00
make.bat Still nothing works. IOAPIC code added. 2026-07-15 23:23:31 +02:00
make.sh Still nothing works. IOAPIC code added. 2026-07-15 23:23:31 +02:00
README.txt Added Readme and License 2026-06-09 16:25:24 +02:00

kotori-os
=========
Hopefully this is the last one and the one I will work on 
long in the future, but you never know, so I won't make
any promises; not that anybody would care anyway.

Depedencies
-----------
- GNU GCC cross-compiler + Binutils (+ GDB for debugging)
- Netwide Assembler
- mtools, dosfstools, parted
- (git)
- qemu for x86_64 to run it
- Lua (for running the additional scripts in ./scripts/)

Usage
-----
$ make build_limine
$ make build
$ make run # for normal usage
$ make debug # for debugging (you need to connect with gdb)

Copying
-------
GPLv3 (see COPYING.txt)