transfer to local git!

This commit is contained in:
2025-12-30 18:49:57 +00:00
commit 2305de8699
302 changed files with 3100 additions and 0 deletions

7
boot/grub.cfg Normal file
View File

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