Skip to content

Commit 4cde93d

Browse files
Merge pull request #2906 from CosmosOS/fix/bochsClock
🐛 Change Bochs clock to realtime
2 parents bfd8856 + f21bb7f commit 4cde93d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Cosmos.Debug.Hosts/Bochs.Configuration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ private void InitializeKeyValues()
3636
//+ "cpu: count=1, ips=4000000, model=bx_generic, reset_on_triple_fault=1, cpuid_limit_winnt=0, ignore_bad_msrs=1, mwait_is_nop=0\n"
3737
+ "cpu: count=1, ips=40000000, model=p4_prescott_celeron_336, reset_on_triple_fault=1, cpuid_limit_winnt=0, ignore_bad_msrs=1, mwait_is_nop=0\n"
3838
+ "print_timestamps: enabled=0\n" + "port_e9_hack: enabled=0\n"
39-
+ "private_colormap: enabled=0\n" + "clock: sync=none, time0=local, rtc_sync=0\n"
39+
+ "private_colormap: enabled=0\n" + "clock: sync=realtime, time0=local, rtc_sync=0\n"
4040
+ "# no cmosimage\n" + "# no loader\n" + "log: -\n" + "logprefix: %t%e%d\n"
4141
+ "debug: action=ignore\n" + "info: action=report\n" + "error: action=report\n"
4242
+ "panic: action=ask\n"

0 commit comments

Comments
 (0)