1
1
Fork 0

did simplify multiboot header because loader may not be trusted

This commit is contained in:
Lauren Toivanen 2025-12-04 03:35:07 +02:00
parent 19e7844aa5
commit 5d71436c30
2 changed files with 21 additions and 29 deletions

View file

@ -1,10 +1,10 @@
# rOSka
- Probably useless hobby OS project
- Targets 32bit legacy systems with graphical framebuffer
- Targets 32bit legacy systems with graphical framebuffer (VESA VBE 2)
- Boots with multiboot compatible bootloader, such as GRUB
- Assembles with FASM
- We'll probably use ext2 filesystem
- We'll probably use ext2/4 filesystem
## GRUB disk creation