The core of rOSka
Jarkko Toivanen
99e0b4debb
- Not relying on Grub/Multiboot setting up stack for us - Preparing Multiboot headers so one day we can has graphical mode |
||
---|---|---|
.gitignore | ||
kernel.c | ||
Makefile | ||
README.md | ||
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.