summaryrefslogtreecommitdiff
path: root/grub.cfg
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-04-03 14:39:21 -0400
committerFreya Murphy <freya@freyacat.org>2025-04-03 14:39:21 -0400
commit7da9e56268ec90261be8ef3002cef252c76c826f (patch)
tree379afbba6a18f6e3a2012f5848cae26cd5e3df42 /grub.cfg
parentworking entry for long mode (diff)
downloadcomus-7da9e56268ec90261be8ef3002cef252c76c826f.tar.gz
comus-7da9e56268ec90261be8ef3002cef252c76c826f.tar.bz2
comus-7da9e56268ec90261be8ef3002cef252c76c826f.zip
grub
Diffstat (limited to 'grub.cfg')
-rw-r--r--grub.cfg9
1 files changed, 9 insertions, 0 deletions
diff --git a/grub.cfg b/grub.cfg
new file mode 100644
index 0000000..6cedb28
--- /dev/null
+++ b/grub.cfg
@@ -0,0 +1,9 @@
+set timeout=1
+set default=0
+terminal_input at_keyboard
+termianl_output console
+
+menuentry "kern" {
+ multiboot2 /boot/kernel
+ boot
+}