aboutsummaryrefslogtreecommitdiff
path: root/out/isodir/boot/grub
diff options
context:
space:
mode:
authorNic Gaffney <gaffney_nic@protonmail.com>2023-12-21 03:32:06 -0600
committerNic Gaffney <gaffney_nic@protonmail.com>2023-12-21 03:32:06 -0600
commit138424b31d9c2af158e8ae619248b035b5a280d9 (patch)
tree0da4f6661d68737b5957029242bea43fad77d7a8 /out/isodir/boot/grub
parent9dbc5231dd738d97eea13f8ecf9005e5b78ea0d3 (diff)
downloadgftos-138424b31d9c2af158e8ae619248b035b5a280d9.tar.gz
set up bochs for debugging and started working on interrupts.
Diffstat (limited to 'out/isodir/boot/grub')
-rw-r--r--out/isodir/boot/grub/grub.cfg6
1 files changed, 5 insertions, 1 deletions
diff --git a/out/isodir/boot/grub/grub.cfg b/out/isodir/boot/grub/grub.cfg
index f064685..a4c18a7 100644
--- a/out/isodir/boot/grub/grub.cfg
+++ b/out/isodir/boot/grub/grub.cfg
@@ -1,3 +1,7 @@
+set timeout=0
+set default=0 # Set the default menu entry
+
menuentry "myos" {
multiboot /boot/myos.bin
-}
+ boot
+}