hi
rtc work very fast in bochs, how can i setup rtc in boches?
RTC problem in bochs
Re: RTC problem in bochs
Edit the bochsrc file and set the clock line to:
clock: sync=slowdown, time0=local
Also set the CPU's ips value to some speed less than or equal to what your computer can do.
This change also seems to make Bochs' PC speaker work more reliably (though still not quite properly).
clock: sync=slowdown, time0=local
Also set the CPU's ips value to some speed less than or equal to what your computer can do.
This change also seems to make Bochs' PC speaker work more reliably (though still not quite properly).
Re: RTC problem in bochs
Code: Select all
clock: sync=slowdown, time0=local
Bochs is exiting with the following message:
[ ] bochsrc.txt: directive 'clock' not understood
- 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:
Re: RTC problem in bochs
Not using an ancient version of bochs helps