feat: nearly complete POSIX.1-2008 compliant terminal interface implementation
[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 }