Merge branch 'master' of github.com:Minep/lunaix-os
[lunaix-os.git] / lunaix-os / GRUB_TEMPLATE
index 6652d2c715e3bc247545790e2425770d07eb2afe..c05136f49e01a9951b8efc22e08b443480bb398f 100644 (file)
@@ -1,3 +1,6 @@
+default=0
+timeout=0
+
 menuentry "$_OS_NAME" {
-       multiboot /boot/$_OS_NAME.bin
+       multiboot /boot/kernel.bin $KCMD
 }
\ No newline at end of file