summaryrefslogtreecommitdiffstats
path: root/grub
diff options
context:
space:
mode:
Diffstat (limited to 'grub')
-rw-r--r--grub/grub.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/grub/grub.cfg b/grub/grub.cfg
new file mode 100644
index 0000000..2cfb7b1
--- /dev/null
+++ b/grub/grub.cfg
@@ -0,0 +1,5 @@
+set timeout=0
+
+menuentry "Jeyzu_OS" {
+ multiboot /boot/kernel.elf
+}