rename myos.bin to katauos.bin everywhere

This commit is contained in:
2025-05-10 15:48:10 +03:00
parent 767e74976f
commit 4fbaed321c
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
set default=0
set timeout=5
menuentry "katauOS" {
multiboot /boot/myos.bin
menuentry "KatauOS" {
multiboot /boot/katauos.bin
# set gfxpayload=1280x720x32
boot
}