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 implemented a fixed PIC and have set up the KeyCode Descriptor Table, but I have an error.
I already fixed the keys so that I shouldn't get a repeated (make/break) key, but I do have an issue.
Ok, so as a test right now I just have my OS infinitely call my getKey method and display that character on the screen. It works fine after you enter like three letters, but I get problems during the first part.
As a note when you look at the screenshot, any "unprintable characters" are at the moment being handled by just acting like the '*' character! Keep that in mind.