diff options
| author | Miguel <m.i@gmx.at> | 2018-09-11 12:07:07 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-11 12:07:07 +0200 |
| commit | 892f64ac908a474159fa3a952f13b62004662c70 (patch) | |
| tree | 9492dacf8a72a5f22232a83fd0b87606b7f61fb1 /grubiso/boot | |
| parent | 75f0977e41004511bd475ee75a24fd04db4ddc39 (diff) | |
screen checks if video or textmode, cpu private memory pages implemented
Diffstat (limited to 'grubiso/boot')
| -rw-r--r-- | grubiso/boot/grub/grub.cfg | 8 |
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:" |
