* tests/util/grub-shell.in: Increase console size to 1024x1024.

This commit is contained in:
Vladimir Serbinenko 2013-11-18 16:32:22 +01:00
parent 421db3da06
commit efb8de492a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-11-18 Vladimir Serbinenko <phcoder@gmail.com>
* tests/util/grub-shell.in: Increase console size to 1024x1024.
2013-11-18 Vladimir Serbinenko <phcoder@gmail.com>
* Makefile.am (default_payload.elf): Add pata to loaded modules.

View File

@ -307,7 +307,7 @@ else
fi
cat <<EOF >>${cfgfile}
terminfo -g 255x255 ${term} dumb
terminfo -g 1024x1024 ${term} dumb
terminal_input ${term}
terminal_output ${term}
EOF