diff options
author | GNU Hurd wiki engine <web-hurd@gnu.org> | 2008-06-13 22:41:31 +0000 |
---|---|---|
committer | GNU Hurd wiki engine <web-hurd@gnu.org> | 2008-06-13 22:41:31 +0000 |
commit | 7907264991bbd98c6649eeacbf9df7245485efeb (patch) | |
tree | c53cf14666e3963a1a50b3ea710b00a10f86fe38 | |
parent | e052a5d68063cb5f3e1b1f012090488fe54f7462 (diff) |
web commit by zhengda
-rw-r--r-- | community/da.mdwn | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/community/da.mdwn b/community/da.mdwn index 11cb9694..e4b91ed3 100644 --- a/community/da.mdwn +++ b/community/da.mdwn @@ -25,14 +25,27 @@ The [code](http://www.assembla.com/spaces/VNetHurd/trac_subversion_tool). ### To create a virtual network interface: * Implement the RPC interface defined in device.defs just as "boot" does. -* Publish the port, so other programs can get the port and open the virtual device by calling device__open(). -* The hypervisor now works as a translator and other programs can get the port by calling file__name__port(). +* Publish the port, so other programs can get the port and open the virtual device by calling device_open(). +* The hypervisor now works as a translator and other programs can get the port by calling file_name_port(). (to be continued) --- ## The schedule +From 14.06 - 18.06 Coding +build the connection between pfinets in sub-hurd and network interface (by broadcasting) + +From 21.06 - 25.06 Coding +build the connection between the hypervisor and the pfinet server in the main hurd. + +From 26.06 - 13.07 Coding +Implement the real routing among the pfinets and the network interface + +From 15.07 - 10.08 Coding +Implement some traffic control in the hypervisor and some policy control if necessary + +From 11.08 - 18.08 Testing --- |