kernel/README.md

12 lines
541 B
Markdown
Raw Permalink Normal View History

# 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)
- 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.