The core of rOSka
Go to file
Jarkko Toivanen bcf49f4fef
Framebuffer supports colour now
2024-01-26 18:38:18 +02:00
src Framebuffer supports colour now 2024-01-26 18:38:18 +02:00
.gitignore FASMMMMMMM 2023-07-24 04:20:54 +03:00
Makefile Fixing makefile 2023-08-02 13:49:16 +03:00
README.md Another Readme update for new improved framebuffer 2023-09-08 12:06:58 +03:00

README.md

rOSka

Multiboot compatible stupid useless OS-like project that is literally trash.

Compatibility

  • 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)
  • At some point tested with an old Pentium III (legacy BIOS) and a Ryzen 7 in EFI mode. Currently aiming to support both systems.

Building

FASM is used as the assembler.