The core of rOSka
Go to file
2024-08-24 15:56:51 +03:00
src Started making an ASCII font 2024-08-24 15:56:51 +03:00
.gitignore Bochs: serial to file 2024-08-17 20:25:42 +03:00
bochsrc.txt Bochs: serial to file 2024-08-17 20:25:42 +03:00
grub.cfg Automating image-file creation 2024-08-16 18:22:30 +03:00
Makefile Bochs: serial to file 2024-08-17 20:25:42 +03:00
README.md Another Readme update for new improved framebuffer 2023-09-08 12:06:58 +03:00

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.