start adding disk things

This commit is contained in:
2025-03-15 16:03:16 +03:00
parent fe1264d55d
commit a7a7121812
6 changed files with 181 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
set default=0
set timeout=5
menuentry "katauOS" {
multiboot /boot/myos.bin
# set gfxpayload=1280x720x32
boot
}