mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
Programs don't expect the XMS function AH = 07h to access the keyboard controller, since the specification says it's done in a hardware-independent way. So, reimplement this function by calling EmulatorGetA20() instead. Also, for the sake of simplicity, use EmulatorSetA20 instead of PCAT_A20Control to change the A20 state. svn path=/trunk/; revision=68029