add os name to grub config

This commit is contained in:
hippoz 2022-02-24 21:58:36 +02:00
parent 581c2d7d64
commit 80b8ad3fce
Signed by: hippoz
GPG key ID: 7C52899193467641

View file

@ -1,4 +1,4 @@
menuentry "just some OS" { menuentry "hippOS" {
multiboot /boot/kernel.bin multiboot /boot/kernel.bin
} }