bond/mk/grub.cfg
secXsQuared 807ac4de22 + Parse multiboot_info
+ Fix multiboot_info NULL in hmain() bug
- Time to read some papers and rethink the desig
2018-10-10 03:51:09 -04:00

6 lines
80 B
INI

set timeout=0
set default=0
menuentry "secX" {
multiboot2 /secX/secxkrnl.elf
}