-
Notifications
You must be signed in to change notification settings - Fork 1
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
Keyboard input is received really quickly #1
Comments
Right now it has no delay. That pretty much reveals the cause of the problem. Back to the drawing 🐗, I guess. |
Also, first issue! \o/ |
Hmm, a possible solution can be to put in the while loop a sleep function. |
We don't have a sleep function. I'll discuss in chat. |
No, we need to implement interrupts. I'll work on this when I've finished building a self-hosted GCC. |
I found another possible solution: instead of implementing interrupts from scratch, we can send a typematic byte packet to the keyboard. |
Note: this issue was already announced in chat. But we might as well fire it back up here.
After the output test, the next thing is the input test. But the keyboard input is received really quickly. By that I mean really really quickly. By that I mean badly quickly. Uh, whatever.
This was experienced on the avocados.iso as of commit 1b36a37 in Oracle VM VirtualBox 5.0.0.
The text was updated successfully, but these errors were encountered: