git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
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
+++ b/
lunaix-os/scripts/grub/GRUB_TEMPLATE
@@ -0,0
+1,6
@@
+default=0
+timeout=0
+
+menuentry "$_OS_NAME" {
+ multiboot /boot/kernel.bin $KCMD
+}
\ No newline at end of file