The core of rOSka
Find a file
2023-06-14 19:16:05 +03:00
.gitignore Ignoring disk image 2023-06-14 19:16:05 +03:00
kernel.c Printing int/hex values, yayyyy! (videomode number) 2023-06-14 06:19:50 +03:00
Makefile Printing stuff to screen 2023-06-13 09:45:04 +03:00
multiboot.h Checking multiboot stuff oh yah 2023-06-14 05:13:21 +03:00
README.md I guess it barely prints a thing 2023-06-12 11:46:47 +03:00
start32.asm Checking multiboot stuff oh yah 2023-06-14 05:13:21 +03:00
vga.c Fixing vga_write_line_color newline colour 2023-06-14 05:21:38 +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.