diff options
Diffstat (limited to 'user')
-rw-r--r-- | user/jkoenig/gsoc2011_proposal.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user/jkoenig/gsoc2011_proposal.mdwn b/user/jkoenig/gsoc2011_proposal.mdwn index fe05e2c0..d746aa4e 100644 --- a/user/jkoenig/gsoc2011_proposal.mdwn +++ b/user/jkoenig/gsoc2011_proposal.mdwn @@ -309,7 +309,8 @@ examples: operations should be provided by the `Syscall` class instead. Finally, access should be provided to the initial ports and file descriptors -in `_hurd_ports` and `FIXME`, for instance through static methods such as +in `_hurd_ports` and provided by the `getdport()` function, +for instance through static methods such as `getCRDir()`, `getCWDir()`, `getProc()`, ... in a dedicated class such as `org.gnu.hurd.InitPorts`. |