From 892f64ac908a474159fa3a952f13b62004662c70 Mon Sep 17 00:00:00 2001 From: Miguel Date: Tue, 11 Sep 2018 12:07:07 +0200 Subject: screen checks if video or textmode, cpu private memory pages implemented --- grubiso/boot/grub/grub.cfg | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'grubiso') diff --git a/grubiso/boot/grub/grub.cfg b/grubiso/boot/grub/grub.cfg index 48031b3..9c78bfb 100644 --- a/grubiso/boot/grub/grub.cfg +++ b/grubiso/boot/grub/grub.cfg @@ -1,4 +1,4 @@ -set timeout=0 //seconds +set timeout=1 //seconds menuentry "FoolOS (640x480x32)" { multiboot /boot/foolos.bin @@ -18,6 +18,12 @@ menuentry "FoolOS (1920x1080x32)" { module /boot/ext2.img } +menuentry "FoolOS (2560x1600x32)" { + multiboot /boot/foolos.bin + set gfxpayload=2560x1600x32 + module /boot/ext2.img +} + menuentry "FoolOS (Custom Resolution)" { set pager=1 echo "MODES SUPPORTED:" -- cgit v1.2.3