Getting started on keyboard input (newbie)
Getting started on keyboard input (newbie)
Hi, I just completed the Bare Bones tutorial and got the terminal scroll and \n working. I was wondering if I can get started on keyboard input. If I can, how do I get started? If not, what more do I need to learn?
Hello world!
Re: Getting started on keyboard input (newbie)
You need to make sure the GDT is correctly set up, then create an ISR entry, configure the PIC and you're good to go!
Here's a tutorial: https://arjunsreedharan.org/post/993702 ... h-keyboard
Here's a tutorial: https://arjunsreedharan.org/post/993702 ... h-keyboard
-
- Member
- Posts: 5586
- Joined: Mon Mar 25, 2013 7:01 pm
Re: Getting started on keyboard input (newbie)
No. You can't use BIOS functions in protected mode.