diff options
Diffstat (limited to 'hurd/translator/procfs.mdwn')
-rw-r--r-- | hurd/translator/procfs.mdwn | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/hurd/translator/procfs.mdwn b/hurd/translator/procfs.mdwn index bc22530f..da7eb77c 100644 --- a/hurd/translator/procfs.mdwn +++ b/hurd/translator/procfs.mdwn @@ -33,21 +33,16 @@ 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: -# Internals + $ 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/ -## Old Implementation from [[open_issues/HurdExtras]] +# Old Implementation from [[open_issues/HurdExtras]] <http://www.nongnu.org/hurdextras/#procfs> - - -## Files opened by various tools - - * [[`ps`|procps]] - * [[`top`|top]] - * [[`htop`|htop]] - * `gtop` - * [[`killall`|killall]] - * `pkill` - * ... |