We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i have a working c kernel implementation, and i want to know how to read key presses.
example: when the user presses f5 i want it to call another c function.
f5
The text was updated successfully, but these errors were encountered:
Have a look at the OSdev Wiki.
Basically you want an interrupt handler and a driver for your keyboard. Good luck :p
Sorry, something went wrong.
Thanks, i will look into that.
how exactly would i implement that? i read through the article and the linked ones. i'm new to writing OSs and it doesn't make very much sense.
You have smt like discord?
No branches or pull requests
i have a working c kernel implementation, and i want to know how to read key presses.
example: when the user presses
f5
i want it to call another c function.The text was updated successfully, but these errors were encountered: