intermezzOS / kernel

A hobby operating system, in Rust
http://intermezzos.github.io/
Apache License 2.0
1.39k stars 90 forks source link

Add us keymap and print ASCII chars #41

Closed nxnfufunezn closed 8 years ago

nxnfufunezn commented 8 years ago

Added external crate for keymaps and for conversion of scancode to ASCII values.

nxnfufunezn commented 8 years ago

oops! there is already a pull request for this so closing this!

steveklabnik commented 8 years ago

Ah this still might be useful though! I like the idea of using an external crate; my PR has a very incomplete map, for example.

steveklabnik commented 8 years ago

I am going to take this, and drop my other implementation. Thanks a ton!