skiselev / 8088_bios

BIOS for Intel 8088 based computers
GNU General Public License v3.0
515 stars 61 forks source link

kbc_send_cmd should not enable interrupts during keyboard initialization #8

Open skiselev opened 4 years ago

skiselev commented 4 years ago

Version 0.8.0 (Xi 8088) kbc_send_cmd should not enable interrupts during keyboard initialization

pcem-maintainer commented 4 years ago

Also this line will cause an instant timeout when detecting the mouse: https://github.com/skiselev/8088_bios/blob/ec830ea677c56d78a6a47979a4cd59b79a1f59fc/at_kbc.inc#L123