Module Name:    src
Committed By:   simonb
Date:           Tue Nov 16 06:46:41 UTC 2021

Modified Files:
        src/sys/arch/evbmips/conf: MIPSSIM

Log Message:
Use 50Hz ticks so that time works accurately on hosts with 100Hz ticks.

Note: The 20Kc CPU isn't handled correctly by QEMU, use the 5Kc CPU for
a 64-bit guest for accurate time.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbmips/conf/MIPSSIM

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbmips/conf/MIPSSIM
diff -u src/sys/arch/evbmips/conf/MIPSSIM:1.4 src/sys/arch/evbmips/conf/MIPSSIM:1.5
--- src/sys/arch/evbmips/conf/MIPSSIM:1.4	Tue Jun 15 16:43:48 2021
+++ src/sys/arch/evbmips/conf/MIPSSIM	Tue Nov 16 06:46:41 2021
@@ -1,4 +1,4 @@
-# $NetBSD: MIPSSIM,v 1.4 2021/06/15 16:43:48 nia Exp $
+# $NetBSD: MIPSSIM,v 1.5 2021/11/16 06:46:41 simonb Exp $
 #
 # Kernel config for the QEMU MIPS "mipssim" simulator
 #
@@ -8,7 +8,7 @@
 
 include 	"arch/evbmips/conf/std.mipssim"
 
-#ident 		"GENERIC-$Revision: 1.4 $"
+#ident 		"GENERIC-$Revision: 1.5 $"
 
 maxusers	32
 
@@ -16,7 +16,7 @@ options 	MIPS32
 options 	MIPS32R2
 options 	NOFPU		# No FPU
 options 	FPEMUL		# emulate FPU insn
-#options 	HZ=512		# for profiling
+options 	HZ=50		# half usual host speed
 
 #options 	LOCKDEBUG
 options 	SOSEND_COUNTERS

Reply via email to