This commit is contained in:
mtgmonkey
2025-07-29 09:46:44 -04:00
commit 147702a8fa
14 changed files with 1020 additions and 0 deletions

7
link-cfg/grub.cfg Normal file
View File

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