add lunaix dynamic linker as submodule
[lunaix-os.git] / lunaix-os / GRUB_TEMPLATE
index 6652d2c715e3bc247545790e2425770d07eb2afe..176f426af4d82f5784e0de03e9bb548b5879ed30 100644 (file)
@@ -1,3 +1,7 @@
+default=0
+timeout=0
+
 menuentry "$_OS_NAME" {
-       multiboot /boot/$_OS_NAME.bin
+       multiboot /boot/kernel.bin
+       module --nounzip /boot/modksyms modksyms
 }
\ No newline at end of file