OSDev.org
https://forum.osdev.org/

Getting started on keyboard input (newbie)
https://forum.osdev.org/viewtopic.php?f=1&t=33426
Page 1 of 1

Author:  xSlendiX [ Wed Jan 09, 2019 3:05 pm ]
Post subject:  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? :D

Author:  AliceNBob [ Wed Jan 09, 2019 4:08 pm ]
Post subject:  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

Author:  xSlendiX [ Thu Jan 10, 2019 5:56 am ]
Post subject:  Re: Getting started on keyboard input (newbie)

Is it possible to use INT 16H?

Author:  Octocontrabass [ Thu Jan 10, 2019 6:31 am ]
Post subject:  Re: Getting started on keyboard input (newbie)

No. You can't use BIOS functions in protected mode.

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/