Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need help with keyboard input #1355

Open
GBX9570 opened this issue Nov 2, 2024 · 2 comments
Open

Need help with keyboard input #1355

GBX9570 opened this issue Nov 2, 2024 · 2 comments

Comments

@GBX9570
Copy link

GBX9570 commented Nov 2, 2024

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.

@AtomicGamer9523
Copy link

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?

@GBX9570
Copy link
Author

GBX9570 commented Nov 3, 2024

@AtomicGamer9523

Thanks for that, I'll check over the code tonight and see if I can fix it

I'll keep you updated here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants