summaryrefslogtreecommitdiff
path: root/community/da.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'community/da.mdwn')
-rw-r--r--community/da.mdwn21
1 files changed, 18 insertions, 3 deletions
diff --git a/community/da.mdwn b/community/da.mdwn
index 8bea9876..56a006b0 100644
--- a/community/da.mdwn
+++ b/community/da.mdwn
@@ -4,23 +4,38 @@ Email: zhengda1936 at gmail dot com
Project: Network virtualization for subhurds etc.
+The [code](http://www.assembla.com/spaces/VNetHurd/trac_subversion_tool).
+
+The design and implementation of [hypervisor](http://www.assembla.com/wiki/show/VNetHurd/The_design_of_hypervisor).
+
+The [schedule](http://www.assembla.com/wiki/show/b0f44qnbmr3AN4ab7jnrAJ/The_schedule_for_hypervisor).
+
---
-## TO DO
+## TODO
+### Coding
-### Documentation
+Start to write the hypervisor:
-- [A Programmer's Guide to the Mach System Calls](ftp://ftp.cs.cmu.edu/afs/cs/project/mach/public/doc/unpublished/machsys.doc)
+- To create a virtual network interface.
+- To publish the port created by the hypervisor by using the file system. Other program can get the port by using file_name_lookup() now.
---
## Completed tasks
+### Coding
+
+- pfinet server overriding by modifying glibc. The patch is [here](http://svn.assembla.com/svn/VNetHurd/glibc_2.7_multi-netserv.patch).
+
### The Code Read
+
- boot
### Documentation Read
+
+- [A Programmer's Guide to the Mach System Calls](ftp://ftp.cs.cmu.edu/afs/cs/project/mach/public/doc/unpublished/machsys.doc)
- [Meet Mach](http://www.stepwise.com/Articles/Technical/MeetMach.html) by James Scott
- [A Programmer's Guide to the Mach User Environment](ftp://ftp.cs.cmu.edu/afs/cs/project/mach/public/doc/unpublished/machuse.doc), the MIG part
- Part of The GNU Mach Reference Manual and The GNU Hurd Reference Manual