Page 1 of 1
Getting started on keyboard input (newbie)
Posted: Wed Jan 09, 2019 3:05 pm
by xSlendiX
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?
Re: Getting started on keyboard input (newbie)
Posted: Wed Jan 09, 2019 4:08 pm
by AliceNBob
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
Re: Getting started on keyboard input (newbie)
Posted: Thu Jan 10, 2019 5:56 am
by xSlendiX
Is it possible to use INT 16H?
Re: Getting started on keyboard input (newbie)
Posted: Thu Jan 10, 2019 6:31 am
by Octocontrabass
No. You can't use BIOS functions in protected mode.