Use video_bochs with Sortix GRUB.

This commit is contained in:
Jonas 'Sortie' Termansen 2016-03-27 13:55:51 +02:00
parent fe87b61a33
commit 927ed5e01f
1 changed files with 6 additions and 0 deletions

View File

@ -111,6 +111,12 @@ cat << EOF
if loadfont unicode ; then
insmod vbe
insmod vga
EOF
# TODO: Better method of detecting Sortix GRUB and desirable video_bochs.
if [ x"$(uname)" = x"Sortix" ]; then
echo " insmod video_bochs"
fi
cat << EOF
insmod gfxterm
fi
terminal_output gfxterm