The core of rOSka
Go to file
Jarkko Toivanen b077a17fa4
Renaming putchar to putc
2023-09-23 21:19:53 +03:00
src Renaming putchar to putc 2023-09-23 21:19:53 +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.