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

Keyboard driver #20

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Conversation

treytomes
Copy link

A complete-enough PS/2 keyboard driver. I've updated main.c to echo the keyboard input. PS/2 ports are scanned for keyboard and mouse, but the mouse driver isn't implemented yet. I've also implemented the backspace character in VGA_putc and created a simple prompt.

Maybe you'll find it useful.

@treytomes
Copy link
Author

treytomes commented Dec 2, 2022

I probably shouldn't have included my main.c in the pull request. Maybe you can use the code regardless.

@Andrej123456789
Copy link
Contributor

Code can be used and should be used in another file

@chibicitiberiu
Copy link
Collaborator

Thank you for this. I will want to cover this subject in a video, which is why I will not merge this PR, but it will be useful for anyone who wants to implement the keyboard driver before I get the chance to make the video.

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

Successfully merging this pull request may close these issues.

4 participants