Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
I'm Dutch so try to answer simple.
My question is about the A20 gate. If you read port 0x64 and test it on bit 1 you will test if the keyboard-controller is ready. But what are you testing if you doing it on bit 2?
If bit 2 isn't clear then the output buffer isn't empty. You must wait till bit 2 is clear, then the command is sent.
For A20 you must wait some time that A20 is *really* enabled.
Last edited by new_world on Wed Jan 05, 2005 12:00 am, edited 1 time in total.