kernel/README.md

11 lines
446 B
Markdown
Raw 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)
- 1024x768 with 24 or 32 bpp linear framebuffer graphics
- 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.