* fix an issue that execve attempts to parse directory as elf file.
[lunaix-os.git] / lunaix-os / GRUB_TEMPLATE
index 02c932ffb40e7ed26db7d7f3e17e1817348c8650..c05136f49e01a9951b8efc22e08b443480bb398f 100644 (file)
@@ -2,5 +2,5 @@ default=0
 timeout=0
 
 menuentry "$_OS_NAME" {
-       multiboot /boot/$_OS_NAME.bin
+       multiboot /boot/kernel.bin $KCMD
 }
\ No newline at end of file