Default to x86emu even on i386 linux

vm86 mode is a bad idea anyway, and using the emulator everywhere
means we get a consistent set of bugs.
This commit is contained in:
Adam Jackson 2008-12-08 16:28:00 -05:00
parent bbf811514d
commit 58a27d2932

View File

@ -318,7 +318,6 @@ case $host_cpu in
i*86)
I386_VIDEO=yes
case $host_os in
*linux*) DEFAULT_INT10=vm86 ;;
*freebsd*) AC_DEFINE(USE_DEV_IO) ;;
*dragonfly*) AC_DEFINE(USE_DEV_IO) ;;
*netbsd*) AC_DEFINE(USE_I386_IOPL)