summaryrefslogtreecommitdiff
path: root/grubiso
diff options
context:
space:
mode:
Diffstat (limited to 'grubiso')
-rw-r--r--grubiso/boot/grub/grub.cfg8
1 files changed, 7 insertions, 1 deletions
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:"