1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2024-11-27 11:24:34 -05:00
kernel/rootfs/boot/grub/grub.cfg
2020-11-26 17:42:16 +05:00

7 lines
163 B
INI

set timeout=0
menuentry "KernelMQ" {
multiboot2 /boot/kernelmq.multiboot2 hello kernel
module2 /boot/procman hello module
module2 /boot/memgr
}