diff options
author | Freya Murphy <freya@freyacat.org> | 2025-04-03 14:39:21 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-04-03 14:39:21 -0400 |
commit | 7da9e56268ec90261be8ef3002cef252c76c826f (patch) | |
tree | 379afbba6a18f6e3a2012f5848cae26cd5e3df42 /grub.cfg | |
parent | working entry for long mode (diff) | |
download | comus-7da9e56268ec90261be8ef3002cef252c76c826f.tar.gz comus-7da9e56268ec90261be8ef3002cef252c76c826f.tar.bz2 comus-7da9e56268ec90261be8ef3002cef252c76c826f.zip |
grub
Diffstat (limited to 'grub.cfg')
-rw-r--r-- | grub.cfg | 9 |
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 +} |