summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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