ArneBab / hurd_intro (http://gnu.org/software/hurd/hurd/running/qemu.html)

An introduction to the Hurd written for a Hurd qemu disk image.

Clone this repository (size: 11.3 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/ArneBab/hurd_intro/
commit 10: 9f5d0689282e
parent 9: f2b795b0cc23
branch: default
Now using seettrans -c instead of first doing a 'touch'.
Arne Babenhauserheide
16 months ago

Changed (Δ10 bytes):

raw changeset »

README (2 lines added, 2 lines removed)

Up to file-list README:

@@ -32,7 +32,7 @@ We already setup a a transparent FTP tra
32
32
33
33
With it you can easily access public FTP via the file system, for example the one from the free university of Berlin: 
34
34
35
$ ls /ftp://ftp.fu-berlin.de/
35
$ ls /ftp://ftp.gnu.org/
36
36
37
37
But you can also do this very easily yourself: 
38
38
@@ -41,7 +41,7 @@ But you can also do this very easily you
41
41
42
42
and you can access FTP sites via the pseudo-directory ftp:, for example with 
43
43
44
$ ls ftp://ftp.fu-berlin.de/
44
$ ls ftp://ftp.gnu.org/
45
45
46
46
What you do here is setting up the translator /hurd/hostmux on ftp: and passing it the translator /hurd/ftpfs to use for resolving accesses as well as / as additional path component. 
47
47