diff options
-rw-r--r-- | hurd/translator/procfs.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hurd/translator/procfs.mdwn b/hurd/translator/procfs.mdwn index bc22530f..4f882674 100644 --- a/hurd/translator/procfs.mdwn +++ b/hurd/translator/procfs.mdwn @@ -33,6 +33,15 @@ version](http://lists.gnu.org/archive/html/bug-hurd/2010-08/msg00165.html). This can be found in <http://git.savannah.gnu.org/cgit/hurd/procfs.git/>, branch *jkoenig/master*. +Testing it is as simple as this: + + $ git clone git://git.savannah.gnu.org/hurd/procfs.git + $ cd procfs/ + $ git checkout jkoenig/master + $ make + $ settrans -ca proc procfs --compatible + $ ls -l proc/ + # Internals |