bond/build/grub.cfg

9 lines
185 B
INI

menuentry "HOS x86 with x64 [Dev]" {
multiboot /HOS/kernel32
module /HOS/kernel64 kernel64
}
menuentry "HOS Multiboot2 [Pending]" {
insmod kernel64
multiboot2 /HOS/multiboot2.bin
}