davidcallanan / os-series

818 stars 119 forks source link

Keyboard support #32

Closed Roseinabox28 closed 3 years ago

Roseinabox28 commented 3 years ago

Added basic keyboard echo using this project by pritamzope.

A few notes for keyboard interaction

Shift and Capslock support is still in development. You can only type one key per second. Sometimes if you do not see the output you must restart the OS. DO NOT PRESS ' OR " THESE KEYS ARE NOT SUPPORTED BY THE WAY THE CODE IS WRITTEN YOU WILL NEED TO RESTART

If you want to see the development check out my project at https://github.com/Roseinabox28/MagickOS

ashp0 commented 3 years ago

You should implement Interrupts and IRQ first. Then you should implement the keyboard.

TuxPenguin09 commented 3 years ago

You should implement Interrupts and IRQ first. Then you should implement the keyboard.

How to do that? 🤔 (just a beginner in C)

davidcallanan commented 3 years ago

Thanks. I will be closing this pull request and will probably implement this eventually in a future tutorial.