aboutsummaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-03-20 13:12:45 +1300
committerArslaan Pathan <[email protected]>2026-03-20 13:12:45 +1300
commitbebf05d0c10d7eae0861112a8491aad08403c039 (patch)
treee461648de2677b2886ae7e5b4e6780b1e6993786 /boot
parent7e8df0108eb93c0ca63baa396c7ebadada5931bd (diff)
downloadFrenchToastOS-bebf05d0c10d7eae0861112a8491aad08403c039.tar.xz
FrenchToastOS-bebf05d0c10d7eae0861112a8491aad08403c039.zip
try ask grub for framebuffer? one can hope
Diffstat (limited to 'boot')
-rw-r--r--boot/grub.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/boot/grub.cfg b/boot/grub.cfg
index 05aa62e..8a730f9 100644
--- a/boot/grub.cfg
+++ b/boot/grub.cfg
@@ -2,5 +2,7 @@
# This software is licensed under the ARPL. See LICENSE for details.
menuentry "FrenchToastOS" {
+ set gfxmode=1024x768x32
+ insmod multiboot
multiboot /boot/FrenchToastOS.bin
}