(WIP) Loader for 64 bit kernel.

This commit is contained in:
2024-01-14 12:55:41 +01:00
parent 408e06b2e0
commit cd20e87196
11 changed files with 470 additions and 9 deletions

View File

@@ -0,0 +1,7 @@
set timeout=0
set default=0
menuentry "Bad Apple OS" {
multiboot /boot/os.bin
boot
}