summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorGNU Hurd wiki engine <web-hurd@gnu.org>2008-06-17 09:40:36 +0000
committerGNU Hurd wiki engine <web-hurd@gnu.org>2008-06-17 09:40:36 +0000
commit08e4d6364f321bd84e146c0dd4e574f4a27a7831 (patch)
tree216f6becaf0bfb7bf9fc872f6433906ae36301b4 /community
parent5906645d99c1d69a9442971ddc8fcf392ecdcfd4 (diff)
web commit by zhengda
Diffstat (limited to 'community')
-rw-r--r--community/da.mdwn10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/da.mdwn b/community/da.mdwn
index f36aad51..09d6ac89 100644
--- a/community/da.mdwn
+++ b/community/da.mdwn
@@ -61,14 +61,14 @@ build the connection between the hypervisor and the pfinet server in the main hu
### Coding
-- pfinet server overriding by modifying glibc. The patch is [here](http://svn.assembla.com/svn/VNetHurd/glibc_2.7_multi-netserv.patch).
+pfinet server overriding by modifying glibc. The patch is [here](http://svn.assembla.com/svn/VNetHurd/glibc_2.7_multi-netserv.patch).
-- Start to write the hypervisor:
+Start to write the hypervisor:
--- Create a virtual network interface.
--- Publish the port created by the hypervisor by using the file system. Other program can get the port by using file_name_lookup() now.
--- Broadcast packets to the real network interface and the virtual network interface (currently, there is only one virtual network interface). The pfinet server connecting to the hypervisor can communicate with other pfinet servers which connect to the hypervisor and with the external network.
+- Create a virtual network interface.
+- Publish the port created by the hypervisor by using the file system. Other program can get the port by using file_name_lookup() now.
+- Broadcast packets to the real network interface and the virtual network interface (currently, there is only one virtual network interface). The pfinet server connecting to the hypervisor can communicate with other pfinet servers which connect to the hypervisor and with the external network.
### The Code Read