diff options
author | GNU Hurd wiki engine <web-hurd@gnu.org> | 2007-08-28 17:04:37 +0000 |
---|---|---|
committer | GNU Hurd wiki engine <web-hurd@gnu.org> | 2007-08-28 17:04:37 +0000 |
commit | 1be364d6193198f1c0fe030d02e2b60a2c76a503 (patch) | |
tree | c4f199a1bdddf715fdb5b22d25144be2528eaf96 /Hurd | |
parent | b92da5fbff2f77204853954f8798fa53ccd5e36c (diff) |
web commit by tschwinge: Some formatting and move the link to where it belongs.
Diffstat (limited to 'Hurd')
-rw-r--r-- | Hurd/xen.mdwn | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/Hurd/xen.mdwn b/Hurd/xen.mdwn index 1dcf69d9..3d70b4f6 100644 --- a/Hurd/xen.mdwn +++ b/Hurd/xen.mdwn @@ -1,12 +1,17 @@ Note: since GNU Mach doesn't handle PAE, you need a PAE-disabled Hypervisor. -Get the binaries [here](http://dept-info.labri.fr/~thibault/hurd-xen/). -- 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. +- 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 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. Then use ./configure --enable-platform=xen && make +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. +Then use -The current hurd-modules was built from the debian packages hurd 20070606-2 and -libc0.3 2.6.1-1. + ./configure --enable-platform=xen + make + +Instead, you can get the binaries at <http://dept-info.labri.fr/~thibault/hurd-xen/>. + +The current `hurd-modules` was built from the debian packages `hurd 20070606-2` and `libc0.3 2.6.1-1`. |