10 lines
352 B
Markdown
10 lines
352 B
Markdown
# 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.
|