1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2024-11-20 11:16:10 -05:00
kernel/rootfs/boot/grub/grub.cfg

7 lines
114 B
INI
Raw Normal View History

2017-11-09 04:46:22 -05:00
set timeout=0
menuentry "KernelMQ" {
2020-11-25 03:14:21 -05:00
multiboot2 /boot/kernelmq.multiboot2
module2 /boot/syscallproc
2017-11-01 05:20:44 -04:00
}