The Keyboard

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.
Post Reply
jamescox3k

The Keyboard

Post by jamescox3k »

Now my OS simple prints the little welcome message. Gets how much memory my PC has, and displays that.

But any way I whant to beable to get input from the keyboard. How do I do that?
Tim

Re:The Keyboard

Post by Tim »

Install a handler on IRQ 1. When you receive an IRQ 1, read a scancode from port 0x60.
jamescox3k

Re:The Keyboard

Post by jamescox3k »

Whats all this about ports?
Tim

Re:The Keyboard

Post by Tim »

Too much to explain here. :) You should read some tutorials. See the QuickLinkz topic.
Post Reply