aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/support/grub.cfg.in
blob: b29fc36bfee916e90dc88d5017d47c90c873a226 (plain)
1
2
3
4
5
6
7
8
timeout=2
default=0

menuentry "TeachOS" {
    multiboot2 /$<TARGET_FILE_NAME:kernel>
    module2 isofs/modules/test.img
    boot
}