summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGNU Hurd wiki engine <web-hurd@gnu.org>2008-03-01 17:01:49 +0000
committerGNU Hurd wiki engine <web-hurd@gnu.org>2008-03-01 17:01:49 +0000
commitac19008ebc9af7961c6381892995f9d7b2e2e190 (patch)
treeabd93428a940958b9806127b69b6e33f52047a39
parenta442a54f533ad32d0c3c7fc7c0490b09a3e5672e (diff)
web commit by SamuelThibault
-rw-r--r--microkernel/mach/gnumach/ports/xen.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/microkernel/mach/gnumach/ports/xen.mdwn b/microkernel/mach/gnumach/ports/xen.mdwn
index c20b6a09..b48c074e 100644
--- a/microkernel/mach/gnumach/ports/xen.mdwn
+++ b/microkernel/mach/gnumach/ports/xen.mdwn
@@ -10,7 +10,7 @@ You can either get binaries at <http://dept-info.labri.fr/~thibault/hurd-xen/> o
- Copy `gnumach-xen` and `hurd-modules` to your dom0 /boot.
- Copy `hurd` into `/etc/xen`, edit it for fixing access to your hurd / and swap
- Run `xm create -c hurd`, gnumach should get started.
-- If `xm` complains about networking, it's Xen fault, see Xen documentation for how to configure the network. The simplest way is network-bridge with fixed IPs.
+- If `xm` complains about networking (vif could not be connected), it's Xen fault, see Xen documentation for how to configure the network. The simplest way is network-bridge with fixed IPs. You can also just disable networking by commenting the vif line in the config.
If you want to generate these images, first get the `gnumach-1-branch-Xen-branch` branch from gnumach CVS.
Then look for "Ugly" in `kern/bootstrap.c`, how to generate `hurd-modules` is explained there, and you'll have to fix `EXT2FS_SIZE` and `LD_SO_SIZE` by hand.