commit | 3b9b9f2446e69a081c5f10a1755b62a31980c52a | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Thu Apr 09 12:24:18 2015 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Fri Apr 10 00:38:17 2015 -0400 |
tree | fcd923043a820ab76adda1637923f52378205b92 | |
parent | 9d3c06336ec443b6763c92f929013afcfce70c4a [diff] |
vgabios: Don't use "smsww" instruction - it confuses x86emu Commit 251e2638 introduced the "smsww" instruction to the vgabios. Unfortunately, it appears at least some versions of x86emu crash when executing that instruction (eg, FC13 installer crashes). That instruction wasn't required to work around the problem fixed in 251e2638, so just avoid it. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>