pritamzope / OS

Writing & Making Operating System and Kernel parts so simple like Hello World Programs, Starting from writing Bootloaders, Hello World Kernel, GDT, IDT, Terminal, Keyboard/Mouse, Memory Manager, HDD ATA R/W, VGA/VESA Graphics
http://createyourownos.blogspot.com
663 stars 103 forks source link

How to get user input? #3

Closed ghost closed 5 years ago

ghost commented 5 years ago

I cant figure it out

ghost commented 5 years ago

@pritamzope

AtieP commented 4 years ago

Get keys using ah 00h int 16h and then store the keys pressed on a memory location. And finally implement a strcmp function.

ghost commented 4 years ago

If you are still looking for answer, let me know here: motosoftos@gmail.com I will help you.