Add: multiboot2: entering graphics mode

This commit is contained in:
xamidev
2024-08-18 21:03:26 +02:00
parent 2f562758ad
commit ca001598fc
4 changed files with 108 additions and 20 deletions

View File

@@ -1,4 +1,5 @@
menuentry "Blank OS" {
multiboot /boot/kernel.elf
set gfxpayload=1024x768x32
multiboot2 /boot/kernel.elf
boot
}