Loading...
Creating the PS2 port keyboard driver part 1

Creating the PS2 port keyboard driver part 1

In this lecture we create our very own PS2 port keyboard driver for the PS2 keyboards. #OSDEV

Creating the PS2 port keyboard driver part 2

Creating the PS2 port keyboard driver part 2

In this lecture we create our very own PS2 port keyboard driver for the PS2 keyboards. Part 2 #OSDEV

Getting a key from the keyboard buffer in user land

Getting a key from the keyboard buffer in user land

In this lecture you are shown how to read from the keyboard whilst in user land. We accomplish this by communicating wit...