The core of rOSka
.gitignore | ||
kernel.c | ||
Makefile | ||
multiboot.h | ||
README.md | ||
serial.c | ||
serial.h | ||
start32.asm | ||
vga.c | ||
vga.h |
KoalemOS
Multiboot compatible stupid useless OS-like project.
Compatibility
32bit x86 legacy BIOS system
Building
FASM and TinyCCompiler are used.
TCC might need manual compilation for 32bit crosscompilation
on 64bit systems.
Just download the source and make cross
or something.