Using keyboard (bochs vs. virtualbox)

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
yee1
Member
Member
Posts: 42
Joined: Sun Feb 10, 2013 4:02 pm

Using keyboard (bochs vs. virtualbox)

Post by yee1 »

Hey,
I have been using my keyboard procedure till now in bochs, all was fine. I wanted to test it in virtualbox and problem occurred.

I am using IRQ1 to gain imputed characters into buffer's memory space. And I am sure it's working correctly in bochs.

When in virtualbox... when i press key first and second time my value of pressed keys change like that:
no pressed:
pressed fist time: 0
pressed second time: 2
pressed third time: 4
pressed forth time: 5
pressed fivth time: 6
pressed sixth time: 7
pressed seventh time: 8
and so on after each press it will increase +1

Atm i dont know if its interrupt programmable controller fault or keyboard controller.

I know i didn't give any details but maybe someone got in past such problem.

One more time ( :P ) -> in bochs al works fine, in virtualbox not
Post Reply