Initial poop

This commit is contained in:
Lauren Toivanen 2025-01-24 05:13:48 +02:00 committed by root
commit ca6dab46f1
3280 changed files with 3759 additions and 0 deletions

13
docs/roska/index.md Normal file
View file

@ -0,0 +1,13 @@
# rOSka
Useless operating system that is *literally* trash
Probably written in FASM, who knows rly?
Source available at [https://git.jakest.us/roska](https://git.jakest.us/roska)
Run with multiboot (for example grub), yeah. It sets us a frmebuffer and stuff.
## Building and Running
- You need FASM to assemble source
- You need to boot the file using multiboot-compatible bootloader (grub is handy-dandy)
- To make a x86 bios compatible disk image for virtual machine or to burn onto a usb you need `grub-pc-bin` and `util-linux` or something along those lines. IDK, just refer the Makefile or something!