move to grub

This commit is contained in:
nub31
2025-08-23 16:54:09 +02:00
parent 9be2f8a948
commit 42d8f26abb
16 changed files with 59 additions and 154 deletions

4
grub.cfg Normal file
View File

@@ -0,0 +1,4 @@
menuentry "nub-os" {
multiboot /boot/kernel.bin
boot
}