aboutsummaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
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
}