diff options
-rw-r--r-- | Distrib/HurdOnQEMU.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Distrib/HurdOnQEMU.mdwn b/Distrib/HurdOnQEMU.mdwn index 72ac93be..51809d35 100644 --- a/Distrib/HurdOnQEMU.mdwn +++ b/Distrib/HurdOnQEMU.mdwn @@ -2,9 +2,9 @@ I will assume you have already installed [QEMU](http://fabrice.bellard.free.fr/qemu/). -You may need the [floppy.img](http://24.109.97.177:57777/floppy.img) that I use. It is from the debian grub boot disk package. +You may need the [floppy.img](http://mycelium.afraid.org/floppy.img) that I use. It is from the debian grub boot disk package. -The version of [lomount](http://24.109.97.177:57777/lomount.tar.gz) that I use. +The version of [lomount](http://mycelium.afraid.org/lomount.tar.gz) that I use. First off use `qemu-img` to create a disk image. I set mine to 2 gigabytes. @@ -16,7 +16,7 @@ Now you will need a cdrom image or an install CD. I will use debian/hurd K8 in t Now at his point do the regular install using `hd0` as your harddrive. Partition it and install the base system. Instead of rebooting, just stop QEMU (it'll keep booting off the cdrom). -**Important:** Debian K8's gnumach will not boot in QEMU unless you use its `-isa` command line option. +**Important:** Debian K8's gnumach will not boot in QEMU unless you use QEMU's `-isa` command line option. Now run your image with floppy booting and finish the install (`./native-install` .. etc) |