init version

This commit is contained in:
2026-02-20 22:17:31 +01:00
commit c4c1a4350c
28 changed files with 755 additions and 0 deletions

7
extra/grub_iso.cfg Normal file
View File

@@ -0,0 +1,7 @@
set timeout=2
set default=0
menuentry "OxideOS" {
multiboot2 /boot/kernel.bin
boot
}