The core of rOSka
Find a file
2023-09-08 12:03:52 +03:00
src Forgot a stray CLD instruction lol 2023-09-08 12:03:52 +03:00
.gitignore FASMMMMMMM 2023-07-24 04:20:54 +03:00
Makefile Fixing makefile 2023-08-02 13:49:16 +03:00
README.md Updating the file nobody never reads 2023-09-07 21:32:00 +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)
  • 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.

Building

FASM is used as the assembler.