Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
solar 10/02/14 23:56:33
Modified: cross-qemu.xml
Log:
wording
Revision Changes Path
1.3 xml/htdocs/proj/en/base/embedded/handbook/cross-qemu.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/embedded/handbook/cross-qemu.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/embedded/handbook/cross-qemu.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/embedded/handbook/cross-qemu.xml?r1=1.2&r2=1.3
Index: cross-qemu.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/embedded/handbook/cross-qemu.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cross-qemu.xml 14 Feb 2010 23:21:48 -0000 1.2
+++ cross-qemu.xml 14 Feb 2010 23:56:33 -0000 1.3
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE sections SYSTEM "/dtd/book.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/embedded/handbook/cross-qemu.xml,v 1.2 2010/02/14 23:21:48 solar Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/embedded/handbook/cross-qemu.xml,v 1.3 2010/02/14 23:56:33 solar Exp $ -->
<sections>
@@ -29,13 +29,13 @@
Next we need to build the kernel module <c>binfmt_misc</c>.
Add this to your kernel <path>.config</path>:
<c>CONFIG_BINFMT_MISC=m</c> or <c>CONFIG_BINFMT_MISC=y</c>.
-If this module not built already, then the devel host will require a reboot
-after the kernel update and modules_install.
+If this module is not built already, then the devel host will require a
+reboot after the kernel update and modules_install.
</p>
<p>
Mount the <c>binfmt_misc</c> handler if it's not already, then we need to
-register our format with the kernel.
+register our format with the kernel via the procfs.
</p>
<pre caption="binfmt_misc">
|
|