You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So the actual guide is fully completed, but I can't for the life of me work out how to get keyboard input. I have tried multiple things, such as picking apart the interrupt for it in interrupts.rs to get a hacked together keyboard input working - but to no avail.
So, how have other people done it? I wanna try and make a shell, but without a keyboard driver, I can't.
The text was updated successfully, but these errors were encountered:
Hey @GBX9570. I looked through your code. Take a look at your code, and the guide's code. Your driver is waking only in the case of an error, while the blog's is being waked whenever there is a new input. Maybe that is it?
So the actual guide is fully completed, but I can't for the life of me work out how to get keyboard input. I have tried multiple things, such as picking apart the interrupt for it in interrupts.rs to get a hacked together keyboard input working - but to no avail.
So, how have other people done it? I wanna try and make a shell, but without a keyboard driver, I can't.
The text was updated successfully, but these errors were encountered: