diff options
-rw-r--r-- | howtos.mdwn | 24 | ||||
-rw-r--r-- | hurd.mdwn | 2 | ||||
-rw-r--r-- | hurd/running/qemu.mdwn | 3 | ||||
-rw-r--r-- | hurd/translator.mdwn | 2 |
4 files changed, 6 insertions, 25 deletions
diff --git a/howtos.mdwn b/howtos.mdwn deleted file mode 100644 index cada40f4..00000000 --- a/howtos.mdwn +++ /dev/null @@ -1,24 +0,0 @@ -[[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 - - * [[Setup_a_GNU_System|hurd/running/gnu/setup]] (also known as GNU/Hurd) - * [[hurd/running/gnu/Create_an_image]] of the GNU System, bootable in qemu, - for example. - * <http://eyeside.net/hurd/Hurd-on-QEMU.html> GNU/Hurd on qemu (external link) - * Setting up translators -- [[some_examples|hurd/translator/examples]] - * [[hurd/translator/writing/Example]] about how to write a simple Hurd - translator - * [[hurd/libhello_example]] -- Hurd library example - -## Compilation - - * An [[microkernel/mach/gnumach/building/example]] about the compilation of - GNU Mach from sources - * An [[hurd/building/example]] about the compilation of Hurd sources @@ -28,7 +28,6 @@ * [[Critique]] - Analysis * [[Hurd_Hacking_Guide]] * [[Concepts]] -* [[Howtos]] * Other resources * [Docs at gnu.org](http://www.gnu.org/software/hurd/docs.html) @@ -60,6 +59,7 @@ * Libraries * [[libpager]] * [[libstore]] + * [[libhello_example]] -- Hurd library example * [[Debugging]] * [[HurdSpecificGlibcApi]]: Functions in GLIBC for the Hurd. * [Hurd Sourcecode Reference](http://www.htu.tugraz.at/~past/hurd/global/): Searchable and browsable index of the code. diff --git a/hurd/running/qemu.mdwn b/hurd/running/qemu.mdwn index efb72e01..971074bf 100644 --- a/hurd/running/qemu.mdwn +++ b/hurd/running/qemu.mdwn @@ -127,6 +127,8 @@ system after installation. [[Image_for_L4]] -- a QEMU image for the Hurd/L4 project. +<http://eyeside.net/hurd/Hurd-on-QEMU.html> + # TODO @@ -153,3 +155,4 @@ system after installation. <tschwinge> Yes. The problem is actually that the linux block cache doesn't make any consistency between /dev/hda and /dev/hda6, so if you give /dev/hda to qemu, qemu writings won't be consistent with mounting /dev/hda6 in linux. You can give /dev/hda6 directly to qemu and it will be fine. + diff --git a/hurd/translator.mdwn b/hurd/translator.mdwn index 80cbd5da..6bfa308e 100644 --- a/hurd/translator.mdwn +++ b/hurd/translator.mdwn @@ -33,6 +33,8 @@ The [[Hurd_Hacking_Guide]] also has a tutorial. Also there is an [[writing/example]] about how to write a simple translator. +See some [[examples]] about how to use translators. + # Existing Translators |