Page 1 of 1

Protected mode keyboard in NASM

Posted: Thu Aug 24, 2017 9:24 am
by Nebuchodonezzar
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...