refactor: rewrite kernel's make script
[lunaix-os.git] / lunaix-os / GRUB_TEMPLATE
index 02c932ffb40e7ed26db7d7f3e17e1817348c8650..d2dcc10e0f54ee10101a1cf6c3368994b7565ae4 100644 (file)
@@ -2,5 +2,5 @@ default=0
 timeout=0
 
 menuentry "$_OS_NAME" {
-       multiboot /boot/$_OS_NAME.bin
+       multiboot /boot/kernel.bin
 }
\ No newline at end of file