From owner-svn-src-all@FreeBSD.ORG Sat Jan 19 07:04:30 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CE8C8B02; Sat, 19 Jan 2013 07:04:30 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id AB2AFE9E; Sat, 19 Jan 2013 07:04:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0J74U9H027342; Sat, 19 Jan 2013 07:04:30 GMT (envelope-from joel@svn.freebsd.org) Received: (from joel@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0J74Um6027340; Sat, 19 Jan 2013 07:04:30 GMT (envelope-from joel@svn.freebsd.org) Message-Id: <201301190704.r0J74Um6027340@svn.freebsd.org> From: Joel Dahl Date: Sat, 19 Jan 2013 07:04:30 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r245666 - head/usr.sbin/bhyveload X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jan 2013 07:04:30 -0000 Author: joel (doc committer) Date: Sat Jan 19 07:04:30 2013 New Revision: 245666 URL: http://svnweb.freebsd.org/changeset/base/245666 Log: Minor mdoc fixes. Modified: head/usr.sbin/bhyveload/bhyveload.8 Modified: head/usr.sbin/bhyveload/bhyveload.8 ============================================================================== --- head/usr.sbin/bhyveload/bhyveload.8 Sat Jan 19 06:39:49 2013 (r245665) +++ head/usr.sbin/bhyveload/bhyveload.8 Sat Jan 19 07:04:30 2013 (r245666) @@ -51,7 +51,7 @@ virtual machine. .Nm is based on .Xr loader 8 -and will present an interface identical to +and will present an interface identical to the .Fx loader on the user's terminal. .Pp @@ -85,36 +85,34 @@ is the pathname of the guest's boot disk The .Ar host-path is the directory at the top of the guest's boot filesystem. - +.El .Sh EXAMPLES To create a virtual machine named .Ar freebsd-vm that boots off the ISO image .Pa /freebsd/release.iso and has 1GB memory allocated to it: - -.Dl "bhyveload -m 256 -M 768 -d /freebsd/release.iso freebsd-vm - +.Pp +.Dl "bhyveload -m 256 -M 768 -d /freebsd/release.iso freebsd-vm" +.Pp In the example above the 1GB allocation is split in two segments: +.Pp .Bl -dash -compact .It 256MB below the 4GB boundary (0MB - 256MB) .It 768MB above the 4GB boundary (4096MB - 4864MB) .El - .Sh SEE ALSO .Xr bhyve 4 , .Xr bhyve 8 , .Xr loader 8 , .Xr vmm 4 - .Sh HISTORY .Nm first appeared in .Fx 10.0 , and was developed at NetApp Inc. - .Sh AUTHORS .Nm was developed by @@ -122,9 +120,8 @@ was developed by .An "Neel Natu" Aq neel@FreeBSD.org at NetApp Inc with a lot of help from .An Doug Rabson Aq dfr@FreeBSD.org - .Sh BUGS .Nm -can load only +can only load .Fx as a guest.