feat: a better boot command line parser
[lunaix-os.git] / lunaix-os / GRUB_TEMPLATE
1 default=0
2 timeout=0
3
4 menuentry "$_OS_NAME" {
5         multiboot /boot/kernel.bin
6         module --nounzip /boot/modksyms modksyms
7 }