diff options
Diffstat (limited to 'community/da.mdwn')
-rw-r--r-- | community/da.mdwn | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/community/da.mdwn b/community/da.mdwn index e218cb4d..0ce825a3 100644 --- a/community/da.mdwn +++ b/community/da.mdwn @@ -4,9 +4,20 @@ Email: zhengda1936 at gmail dot com Project: Network virtualization for subhurds etc. -The code is at 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) +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). + +--- + +## TODO +### Coding +Start to write the hypervisor: +To create a virtual network interface. +To publish the port created by the hypervisor. Two possible ways, I think: +- call hurd_file_name_lookup() in the file system. +- get it from the proc server. +Trying both and see which can work. --- |