2023-09-19 19:51:51 +03:00
|
|
|
# rOSka
|
2023-06-12 11:46:47 +03:00
|
|
|
Multiboot compatible stupid useless OS-like project.
|
|
|
|
## Compatibility
|
2023-09-19 19:51:51 +03:00
|
|
|
- x86 system with MultiBoot compatible bootloader.
|
|
|
|
- Linear framebuffer graphics
|
2023-06-12 11:46:47 +03:00
|
|
|
## Building
|
2023-09-19 19:51:51 +03:00
|
|
|
TinyCCompiler is used, even for assembly lol.
|
2023-06-12 11:46:47 +03:00
|
|
|
TCC might need manual compilation for 32bit crosscompilation
|
|
|
|
on 64bit systems.
|
|
|
|
Just download the source and `make cross` or something.
|