RTC problem in bochs

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
psnix
Member
Member
Posts: 50
Joined: Fri Oct 24, 2008 12:34 pm

RTC problem in bochs

Post by psnix »

hi

rtc work very fast in bochs, how can i setup rtc in boches?
midir
Member
Member
Posts: 46
Joined: Fri Jun 13, 2008 4:09 pm

Re: RTC problem in bochs

Post by midir »

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).
psnix
Member
Member
Posts: 50
Joined: Fri Oct 24, 2008 12:34 pm

Re: RTC problem in bochs

Post by psnix »

Code: Select all

clock: sync=slowdown, time0=local
it doesn't work and generate this error:
Bochs is exiting with the following message:
[ ] bochsrc.txt: directive 'clock' not understood
User avatar
Combuster
Member
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

Post by Combuster »

Not using an ancient version of bochs helps :wink:
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
Post Reply