2023-08-01 21:05:36 +03:00
|
|
|
# rOSka
|
|
|
|
Multiboot compatible stupid useless OS-like project that is literally trash.
|
2023-06-12 11:46:47 +03:00
|
|
|
## Compatibility
|
2023-09-07 21:32:00 +03:00
|
|
|
- 32bit x86 compatible CPU required
|
|
|
|
- Booting is done with a MultiBoot compatible bootloader (for example Grub)
|
2023-09-08 12:06:58 +03:00
|
|
|
- Linear framebuffer graphics with 8bits per channel (any 8bit divisible
|
|
|
|
bitdepth should work but is undefined behaviour, probably funny colours lol)
|
2023-09-07 21:32:00 +03:00
|
|
|
- At some point tested with an old Pentium III (legacy BIOS) and a Ryzen 7 in
|
|
|
|
EFI mode. Currently aiming to support both systems.
|
2023-06-12 11:46:47 +03:00
|
|
|
## Building
|
2023-07-24 04:20:54 +03:00
|
|
|
FASM is used as the assembler.
|