aboutsummaryrefslogtreecommitdiff
path: root/grub.cfg
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2021-02-02 22:27:27 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2021-02-02 22:27:27 +0200
commit36e8ee0cdaa904ee00710b1d2df16691729cc93d (patch)
tree16e3836af7ef9efa6da1bbde4248ae5ad956bf58 /grub.cfg
parentlibk: add its own makefile (diff)
downloadkernel.cpp-36e8ee0cdaa904ee00710b1d2df16691729cc93d.tar.xz
Print some multiboot2 information
Diffstat (limited to 'grub.cfg')
-rw-r--r--grub.cfg7
1 files changed, 5 insertions, 2 deletions
diff --git a/grub.cfg b/grub.cfg
index b2f8404..d41ece4 100644
--- a/grub.cfg
+++ b/grub.cfg
@@ -1,3 +1,6 @@
-menuentry "myos" {
- multiboot /boot/myos.bin
+set timeout=0
+set default=0
+
+menuentry "glitch" {
+ multiboot2 /boot/glitch.elf splash
}