Timer problem with bochs
- jerryleecooper
- Member
- Posts: 233
- Joined: Mon Aug 06, 2007 6:32 pm
- Location: Canada
Timer problem with bochs
I played with the PIT a bit, and I saw some problem with one emulator. Bochs get it all wrong. Qemu and Virtual PC shows the processes correctly, their messages at correct frequency, but bochs is too fast. I just hope it's not a newbie error, but there's no shame if it is
adding this:
To your bochsrc puts it at a more reasonable rate. I still have reason to believe it's incorrect though (slightly too fast)
Code: Select all
clock: sync=realtime
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
using
will slow down bochs to the correct speed. The realtime clock is only an approximation
Code: Select all
clock: sync=slowdown