From owner-freebsd-doc@FreeBSD.ORG Sun Nov 8 00:50:02 2009 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 800FE1065670 for ; Sun, 8 Nov 2009 00:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 602808FC19 for ; Sun, 8 Nov 2009 00:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nA80o1B7033406 for ; Sun, 8 Nov 2009 00:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nA80o1A7033405; Sun, 8 Nov 2009 00:50:01 GMT (envelope-from gnats) Resent-Date: Sun, 8 Nov 2009 00:50:01 GMT Resent-Message-Id: <200911080050.nA80o1A7033405@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Denny Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 724561065676 for ; Sun, 8 Nov 2009 00:48:23 +0000 (UTC) (envelope-from dennylin93@cnmc32.hs.ntnu.edu.tw) Received: from mx.hs.ntnu.edu.tw (mx.hs.ntnu.edu.tw [140.131.149.2]) by mx1.freebsd.org (Postfix) with ESMTP id 21B0F8FC13 for ; Sun, 8 Nov 2009 00:48:23 +0000 (UTC) Received: by mx.hs.ntnu.edu.tw (Postfix, from userid 1002) id 6FEBF6FC443; Sun, 8 Nov 2009 08:48:22 +0800 (CST) Message-Id: <20091108004822.6FEBF6FC443@mx.hs.ntnu.edu.tw> Date: Sun, 8 Nov 2009 08:48:22 +0800 (CST) From: Denny Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: docs/140377: [PATCH] Typo in Handbook (Virtualization) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Denny Lin List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2009 00:50:02 -0000 >Number: 140377 >Category: docs >Synopsis: [PATCH] Typo in Handbook (Virtualization) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 08 00:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Denny Lin >Release: FreeBSD 7.2-RELEASE-p4 amd64 >Organization: >Environment: System: FreeBSD cnmc32.hs.ntnu.edu.tw 7.2-RELEASE-p4 FreeBSD 7.2-RELEASE-p4 #0: Mon Oct 26 19:41:45 CST 2009 root@cnmc32.hs.ntnu.edu.tw:/usr/obj/usr/src/sys/CNMC32 amd64 >Description: "VMWare" should be "VMware". >How-To-Repeat: >Fix: Patched (sed 's/VMWare/VMware/g'). --- virtualization-chapter.sgml.patch begins here --- --- doc/en_US.ISO8859-1/books/handbook/virtualization/chapter.sgml.orig 2009-11-08 08:42:29.000000000 +0800 +++ doc/en_US.ISO8859-1/books/handbook/virtualization/chapter.sgml 2009-11-08 08:42:40.000000000 +0800 @@ -768,20 +768,20 @@ - VMWare on MacOS + VMware on MacOS - VMWare Fusion for &mac; is a + VMware Fusion for &mac; is a commercial software product available for &intel; based &apple; &mac; computers running &macos; 10.4.9 or higher. FreeBSD is a fully supported guest operating system. Once - VMWare Fusion has been installed on + VMware Fusion has been installed on &macos; X, the user must configure a virtual machine and then install the desired guest operating system. - Installing FreeBSD on VMWare/&macos; X + Installing FreeBSD on VMware/&macos; X - The first step is to start VMWare Fusion, the Virtual + The first step is to start VMware Fusion, the Virtual Machine Library will load. Click "New" to create the VM: @@ -906,10 +906,10 @@ - Configuring FreeBSD on &macos; X/VMWare + Configuring FreeBSD on &macos; X/VMware After FreeBSD has been successfully installed on &macos; - X with VMWare, there are a number + X with VMware, there are a number of configuration steps that can be taken to optimize the system for virtualized operation. @@ -919,14 +919,14 @@ The most important step is to reduce the tunable to reduce the CPU utilization - of FreeBSD under the VMWare + of FreeBSD under the VMware environment. This is accomplished by adding the following line to /boot/loader.conf: kern.hz=100 Without this setting, an idle FreeBSD - VMWare guest + VMware guest OS will use roughly 15% of the CPU of a single processor &imac;. After this change the usage will be closer to a mere 5%. @@ -936,7 +936,7 @@ Create a new kernel configuration file You can remove all of the FireWire, and USB device - drivers. VMWare provides a + drivers. VMware provides a virtual network adapter used by the &man.em.4; driver, so all other network devices except for &man.em.4; can be removed from the kernel. --- virtualization-chapter.sgml.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: