Keyboard Handler

If you are new to OS Development, plan on spending some time here first before going into the other forums.

Moderator:Moderators

Post Reply
jackson
Posts:14
Joined:Sat Aug 06, 2011 7:52 pm
Keyboard Handler

Post by jackson » Wed Nov 23, 2011 9:08 pm

Hello,
I'm building an operating system from scratch on Linux. So far I've made a bootloader, gone into 32 bit mode, made c libraries (but I'm still making an nasm based kernel), setup software and hardware interrupts, made a standard library, made a simple keyboard driver, and more. My question is how do take the characters I've read and put the characters into one variable. I've already made a scancode to ASCII converter so, how would I put these ASCII characters into one variable in nasm.

jackson
Posts:14
Joined:Sat Aug 06, 2011 7:52 pm

Re: Keyboard Handler

Post by jackson » Sun Nov 27, 2011 4:10 pm

Never mind I got the keyboard handler to work in C.

Post Reply