freebsd-dev/sys/riscv/conf/QEMU
Mark Johnston 7b1e32a5be Configure hz=100 in the QEMU target.
We currently don't have a good way to dynamically detect whether the
kernel is running as a guest.

Reviewed by:	jhb
MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D18715
2019-01-03 16:11:21 +00:00

11 lines
114 B
Plaintext

# $FreeBSD$
#NO_UNIVERSE
include "GENERIC"
ident QEMU
options HZ=100
options ROOTDEVNAME=\"ufs:/dev/vtbd0\"