svn commit: r327969 - head/sys/i386/conf

Ed Maste emaste at FreeBSD.org
Sun Jan 14 16:04:53 UTC 2018


Author: emaste
Date: Sun Jan 14 16:04:51 2018
New Revision: 327969
URL: https://svnweb.freebsd.org/changeset/base/327969

Log:
  Enable VIMAGE in i386 GENERIC (revert r327840)
  
  We've switched back to ld.bfd on i386 for now.
  
  PR:		225077
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/i386/conf/GENERIC

Modified: head/sys/i386/conf/GENERIC
==============================================================================
--- head/sys/i386/conf/GENERIC	Sun Jan 14 15:01:25 2018	(r327968)
+++ head/sys/i386/conf/GENERIC	Sun Jan 14 16:04:51 2018	(r327969)
@@ -28,7 +28,7 @@ makeoptions	WITH_CTF=1		# Run ctfconvert(1) for DTrace
 
 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 	IPSEC			# IP (v4/v6) security


More information about the svn-src-head mailing list