VOGONS


First post, by superfury

User metadata
Rank l33t++
Rank
l33t++

I notice that when the BIOS is still running and a key is pressed in UniPCemu, the BIOS errors out on the PS/2 keyboard?

Are there some undocumented cases where scanning is disabled during poweron or POST? If so, how is that done(on XT/AT/Compaq Deskpro 386)?

Last edited by superfury on 2018-10-29, 13:42. Edited 1 time in total.

Author of the UniPCemu emulator.
UniPCemu Git repository
UniPCemu for Android, Windows, PSP, Vita and Switch on itch.io

Reply 1 of 2, by superfury

User metadata
Rank l33t++
Rank
l33t++

Is something required gor a PS/2 keyboard to start scanning after poweron? Maybe the Enable command? Or maybe something on the 8042(First port being disabled on poweron)? Anyone?

Author of the UniPCemu emulator.
UniPCemu Git repository
UniPCemu for Android, Windows, PSP, Vita and Switch on itch.io

Reply 2 of 2, by Azarien

User metadata
Rank Oldbie
Rank
Oldbie

Once I connected a PS/2 keyboard to a microcontroller (ATtiny2313) to display incoming scancodes on LEDs. No initialization was needed, just reading the clock and data lines. I didn't even bother to implement host-to-keyboard communication.

This PDF may be of interest: https://www.avrfreaks.net/sites/default/files … %20Keyboard.pdf