actual PS/2 keyboard handling
hawkw opened this issue · 0 comments
hawkw commented
it would be nice to be able to type things and get actual text back, instead of scancodes.
- translate scancodes to characters/control keys. there's a crate for that if we're lazy: https://crates.io/crates/pc-keyboard or we can implement the scancode tables ourselves
- have the ISR stick keystrokes in a buffer or something
- allow async tasks to be woken by keyboard IO