summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Distrib/BochsEmulator.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/Distrib/BochsEmulator.mdwn b/Distrib/BochsEmulator.mdwn
index 23a6d420..ab9f86a1 100644
--- a/Distrib/BochsEmulator.mdwn
+++ b/Distrib/BochsEmulator.mdwn
@@ -2,7 +2,7 @@
[Bochs](http://bochs.sf.net) is a very cool emulator, similar to Plex86 and the commercial product [[VmWare]] which virtualizes the PC hardware. However, Bochs does not virtualize, it _emulates_ the IA32 on the instruction level. It's currently the best alternative if you want to take the Hurd for a quick test drive without needing to repartition your hard drive or read complicated installation manuals.
-* [Debian package](http://packages.debian.org/bochs/)
+* [Debian package](http://packages.debian.org/bochs)
Note that Bochs is quite slow, so installing GNU inside its virtual machine will probably take you a lot of time. The Bochs project hosts a [preinstalled GNU image](http://sourceforge.net/project/showfiles.php?group_id=12580) which can save you a lot of time. It has network, Xfree86 and the console server installed and configured (X has some problems though). If you want to try it out, please read the [[BochsFAQ]] for setting up a GNU guest first.