aboutsummaryrefslogtreecommitdiff
path: root/boot-iso/boot/grub
diff options
context:
space:
mode:
Diffstat (limited to 'boot-iso/boot/grub')
-rw-r--r--boot-iso/boot/grub/grub.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/boot-iso/boot/grub/grub.cfg b/boot-iso/boot/grub/grub.cfg
new file mode 100644
index 0000000..93aedb6
--- /dev/null
+++ b/boot-iso/boot/grub/grub.cfg
@@ -0,0 +1,6 @@
+set timeout=0
+set default=0
+
+menuentry "tinyOS" {
+ multiboot /boot/kernel.bin
+} \ No newline at end of file