From mboxrd@z Thu Jan 1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
by finch.gentoo.org with esmtp (Exim 4.60)
(envelope-from )
id 1NgoKJ-0004fc-U7
for garchives@archives.gentoo.org; Sun, 14 Feb 2010 23:56:36 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
by pigeon.gentoo.org (Postfix) with SMTP id DE0C7E095F;
Sun, 14 Feb 2010 23:56:34 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
by pigeon.gentoo.org (Postfix) with ESMTP id C0C34E095F
for ; Sun, 14 Feb 2010 23:56:34 +0000 (UTC)
Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133])
(using TLSv1 with cipher AES256-SHA (256/256 bits))
(No client certificate requested)
by smtp.gentoo.org (Postfix) with ESMTP id 70B6E1B40D8
for ; Sun, 14 Feb 2010 23:56:34 +0000 (UTC)
Received: from solar by stork.gentoo.org with local (Exim 4.69)
(envelope-from )
id 1NgoKH-0005qA-SR
for gentoo-commits@lists.gentoo.org; Sun, 14 Feb 2010 23:56:33 +0000
From: "Ned Ludd (solar)"
To: gentoo-commits@lists.gentoo.org
Reply-To: gentoo-dev@lists.gentoo.org, solar@gentoo.org
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/base/embedded/handbook: cross-qemu.xml
X-VCS-Repository: gentoo
X-VCS-Files: cross-qemu.xml
X-VCS-Directories: xml/htdocs/proj/en/base/embedded/handbook
X-VCS-Committer: solar
X-VCS-Committer-Name: Ned Ludd
Content-Type: text/plain; charset=utf8
Message-Id:
Sender: Ned Ludd
Date: Sun, 14 Feb 2010 23:56:33 +0000
Precedence: bulk
List-Post:
List-Help:
List-Unsubscribe:
List-Subscribe:
List-Id: Gentoo Linux mail
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 41fb4bba-d4d0-4d45-a342-bca5d6a70d31
X-Archives-Hash: 382cc084481dfbef8a5aaa94b4600c2b
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/bas=
e/embedded/handbook/cross-qemu.xml?rev=3D1.3&view=3Dmarkup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/bas=
e/embedded/handbook/cross-qemu.xml?rev=3D1.3&content-type=3Dtext/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/bas=
e/embedded/handbook/cross-qemu.xml?r1=3D1.2&r2=3D1.3
Index: cross-qemu.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/embedded/handbook/c=
ross-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 @@
-
+
=20
=20
@@ -29,13 +29,13 @@
Next we need to build the kernel module binfmt_misc.
Add this to your kernel .config:
CONFIG_BINFMT_MISC=3Dm or CONFIG_BINFMT_MISC=3Dy.
-If this module not built already, then the devel host will require a reb=
oot
-after the kernel update and modules_install.
+If this module is not built already, then the devel host will require a=20
+reboot after the kernel update and modules_install.
=20
Mount the binfmt_misc handler if it's not already, then we need t=
o
-register our format with the kernel.=20
+register our format with the kernel via the procfs.=20
=20