Bochs PIT broken? [solved]
Posted: Mon Jul 19, 2010 8:13 am
I followed James Molloys tutorial to this point: http://www.jamesmolloy.co.uk/tutorial_h ... 20PIT.html.
Now I am stuck with the PIT. If i issue
in the kernel, the system prints as it is supposed to be, but I should get constant output of the tick value.
Is Bochs PIT broken or am I doing something wrong?
Thanks in advance
duke.devon
Now I am stuck with the PIT. If i issue
Code: Select all
__asm__ __volatile__("int $0x20");
Code: Select all
Tick: <nr>
Is Bochs PIT broken or am I doing something wrong?
Thanks in advance
duke.devon