Introducing LunaBuild to the build flow (#36)
[lunaix-os.git] / lunaix-os / scripts / grub / GRUB_TEMPLATE
diff --git a/lunaix-os/scripts/grub/GRUB_TEMPLATE b/lunaix-os/scripts/grub/GRUB_TEMPLATE
new file mode 100644 (file)
index 0000000..c05136f
--- /dev/null
@@ -0,0 +1,6 @@
+default=0
+timeout=0
+
+menuentry "$_OS_NAME" {
+       multiboot /boot/kernel.bin $KCMD
+}
\ No newline at end of file