XyrisOS/Panix-Archive

Keyboard Driver Refactor Issues

Closed this issue · 2 comments

In the main branch we have the keyboard driver have a callback for when a key is pressed. We have something similar in the switch-to-grub branch but it isn't quite as elegant nor does it allow for a terminal shell since the input never leaves the driver. We don't have a line buffer or anything. We need to update the keyboard driver to something similar.

Refactor has been pushed but some bugs still remain regarding the backspace key and a few other oddities.

This was fixed in #51 apparently. Didn't realize until now.