The core of rOSka
Go to file
Jarkko Toivanen e0be923f35
I heard strings are not unsigned lol
2023-09-26 18:10:33 +03:00
src I heard strings are not unsigned lol 2023-09-26 18:10:33 +03:00
.gitignore Trying to somewhat move to 80char line limit and tabs as spaces 2023-09-22 18:17:00 +03:00
Makefile Tiny makefile touchup to autocreate build directory 2023-09-19 19:56:31 +03:00
README.md TCC-anothertry begins 2023-09-19 19:51:51 +03:00

README.md

rOSka

Multiboot compatible stupid useless OS-like project.

Compatibility

  • x86 system with MultiBoot compatible bootloader.
  • Linear framebuffer graphics

Building

TinyCCompiler is used, even for assembly lol. TCC might need manual compilation for 32bit crosscompilation on 64bit systems. Just download the source and make cross or something.