svn commit: r338610 - head/sys/riscv/conf

Ruslan Bukin br at FreeBSD.org
Wed Sep 12 08:13:55 UTC 2018


Author: br
Date: Wed Sep 12 08:13:54 2018
New Revision: 338610
URL: https://svnweb.freebsd.org/changeset/base/338610

Log:
  Enable VIMAGE support for RISC-V.
  
  Approved by:	re (gjb)
  Sponsored by:	DARPA, AFRL

Modified:
  head/sys/riscv/conf/GENERIC

Modified: head/sys/riscv/conf/GENERIC
==============================================================================
--- head/sys/riscv/conf/GENERIC	Wed Sep 12 08:12:34 2018	(r338609)
+++ head/sys/riscv/conf/GENERIC	Wed Sep 12 08:13:54 2018	(r338610)
@@ -30,7 +30,7 @@ makeoptions	WITHOUT_MODULES="usb otusfw mwlfw ispfw mw
 
 options 	SCHED_ULE		# ULE scheduler
 options 	PREEMPTION		# Enable kernel thread preemption
-# options 	VIMAGE			# Subsystem virtualization, e.g. VNET
+options 	VIMAGE			# Subsystem virtualization, e.g. VNET
 options 	INET			# InterNETworking
 options 	INET6			# IPv6 communications protocols
 options 	TCP_HHOOK		# hhook(9) framework for TCP


More information about the svn-src-head mailing list