diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-09-15 05:26:12 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-09-15 05:26:12 +0200 |
commit | d5ae18f16370d7b53412c3aebfdf7df90cb81213 (patch) | |
tree | 7bacc9c3a31f1b712d0fe4c3790f585445acccce /hurd/translator/procfs.mdwn | |
parent | 9b6a5bd202ca8f0a99b9d3a17ea3e077aa7fcf41 (diff) |
hurd/translator/procfs: How to build jkoenig's procfs.
Diffstat (limited to 'hurd/translator/procfs.mdwn')
-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 |