Protected mode keyboard in NASM
Moderator:Moderators
-
- Posts:1
- Joined:Thu Aug 24, 2017 9:17 am
Hello. I was following tutorial until assembly kenel and decided to stick with it for rest of kernel development (i didnt like MSVC++). I want to handle keyboard using NASM (SmallerC is possible too as it has flat binary output option). IVe tried some small piece of code but CPU triple-faulted . Only thing i need is something like ReadKey procedure. Can anyone show me how to implement such simple thing? In 16bit assembly with bios interrupts it would be dead simple...