The core of rOSka
Find a file
Jarkko Toivanen 99e0b4debb
Initializing own stack and moar multiboot stuff
- Not relying on Grub/Multiboot setting up stack for us
- Preparing Multiboot headers so one day we can has graphical mode
2023-06-14 03:44:25 +03:00
.gitignore I guess it barely prints a thing 2023-06-12 11:46:47 +03:00
kernel.c Printing stuff to screen 2023-06-13 09:45:04 +03:00
Makefile Printing stuff to screen 2023-06-13 09:45:04 +03:00
README.md I guess it barely prints a thing 2023-06-12 11:46:47 +03:00
start32.asm Initializing own stack and moar multiboot stuff 2023-06-14 03:44:25 +03:00
vga.c Printing stuff to screen 2023-06-13 09:45:04 +03:00
vga.h Printing stuff to screen 2023-06-13 09:45:04 +03:00

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.