diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/da.mdwn | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/community/da.mdwn b/community/da.mdwn index 2df1fec4..56a006b0 100644 --- a/community/da.mdwn +++ b/community/da.mdwn @@ -17,11 +17,8 @@ The [schedule](http://www.assembla.com/wiki/show/b0f44qnbmr3AN4ab7jnrAJ/The_sche 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. +- 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. --- |