fix: corrected time conversion on alarm/sleep syscall
[lunaix-os.git] / lunaix-os / GRUB_TEMPLATE
index 6652d2c715e3bc247545790e2425770d07eb2afe..7d5fd86c5a0f67467a140480b70423a38f60dca7 100644 (file)
@@ -1,3 +1,7 @@
+default=0
+timeout=0
+
 menuentry "$_OS_NAME" {
-       multiboot /boot/$_OS_NAME.bin
+       multiboot /boot/kernel.bin
+       module /boot/modksyms modksyms
 }
\ No newline at end of file