summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorGNU Hurd wiki engine <web-hurd@gnu.org>2008-07-29 12:34:07 +0000
committerGNU Hurd wiki engine <web-hurd@gnu.org>2008-07-29 12:34:07 +0000
commit1efc283c789ea9d3a61e18225d7d2286749a6e5c (patch)
treef08b8e94799d765345cf76fa4d63d8fb3d6caaa8 /community
parent06f286b387918a17a9dfb72b9e7d1d62bd4d110e (diff)
web commit by flaviocruz
Diffstat (limited to 'community')
-rw-r--r--community/flavioc.mdwn7
1 files changed, 2 insertions, 5 deletions
diff --git a/community/flavioc.mdwn b/community/flavioc.mdwn
index 5f83cd62..8b6b49b3 100644
--- a/community/flavioc.mdwn
+++ b/community/flavioc.mdwn
@@ -16,7 +16,7 @@ Some [Hurd stuff](http://opensvn.csie.org/leic/hurd/)
And code: [cl-hurd](http://freehg.org/u/flavioc/cl-hurd/)
-hg clone http://freehg.org/u/flavioc/cl-hurd/
+hg clone [http://freehg.org/u/flavioc/cl-hurd/](http://freehg.org/u/flavioc/cl-hurd/)
## Summer session
@@ -49,14 +49,11 @@ Creating an extensible translator library in lisp using the mig generated stubs.
- Using continuations for IO blocking operations. This can be done using cl-cont.
- Create an example proxy translator.
-- Fix file_exec, fsys_getroot (block happens in trivfs based translators, when they do RPC's to me when I call fsys_getroot to them) and fetch_root (for passive translators).
+- Fix file-exec, fsys-getroot (block happens in trivfs based translators, when they do RPC's to me when I call fsys_getroot to them) and fetch-root (for passive translators).
- Use the socket stubs?
- Documentation
- More testing
-### Notes
-
-- File execution is complicated to do, because there is no multithreading support on CLisp and continuations won't do it. Maybe forking the clisp process?.
## To do