diff options
author | GNU Hurd wiki engine <web-hurd@gnu.org> | 2007-11-13 11:48:29 +0000 |
---|---|---|
committer | GNU Hurd wiki engine <web-hurd@gnu.org> | 2007-11-13 11:48:29 +0000 |
commit | fce2a0347b08cee552f67e73571f63b3bd83a74d (patch) | |
tree | bb982c3833a917b747e7b08cf9af5a720c8ca088 | |
parent | 1f74fddf9152df6a91f61a26a2a5578d44603885 (diff) |
web commit by vincentvikram
-rw-r--r-- | howtos.mdwn | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/howtos.mdwn b/howtos.mdwn new file mode 100644 index 00000000..cf165218 --- /dev/null +++ b/howtos.mdwn @@ -0,0 +1,23 @@ +[[meta copyright="Copyright © 2007 Free Software Foundation, Inc."]] +[[meta license="Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no Invariant +Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license +is included in the section entitled +[[GNU_Free_Documentation_License|/fdl]]."]] + +## Collection of brief !HOWTOs + * [[SetupGNU]] Setup a GNU System (also known as GNU/Hurd) + * [[BuildGNUOnQemu]] Build a bootable qemu image of GNU System, aka build a bootable qemu image + * <http://eyeside.net/hurd/Hurd-on-QEMU.html> GNU/Hurd on qemu (external link) + * [[HurdOnQemuOnWindows]] Setting up a GNU/Hurd system on Qemu on a Micorsoft Windows machine + * [[HurdOnVMware]] Setting up Debian GNU/Hurd on VMware + * [[QemuNetworkForHurd]] Setting up Hurd Networking on Qemu + * [[SettransExamples]] Setting up translators - some examples + * [[QemuFileSharingWithHost]] File sharing between GNU on Qemu and the Host OS + * [[Setupcvsfs]]Setting up cvsfs from HurdExtras + +## Compilation + * [[GNUMachCompilatio]] Compiling GNU Mach from sources + * [[HurdCompilation]] Compilation of Hurd sources + * [[HurdLibraryHOWTO]] Hurd Library HOWTO |