summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--user/zhengda.mdwn15
1 files changed, 5 insertions, 10 deletions
diff --git a/user/zhengda.mdwn b/user/zhengda.mdwn
index bcbd8b29..d8654842 100644
--- a/user/zhengda.mdwn
+++ b/user/zhengda.mdwn
@@ -2,7 +2,9 @@
Email: zhengda1936 at gmail dot com
-Project: Porting DDE to Hurd.
+---
+
+#Project: Porting DDE to Hurd.
The goal of the project is to port DDE developed by DROPS to the Hurd, which will still run in the user space.
@@ -12,11 +14,10 @@ The current status: the pcnet32 driver can work very well in DDE Linux26 now.
---
-Project: Network virtualization for subhurds etc. The [code](http://www.assembla.com/spaces/VNetHurd/trac_subversion_tool).
+#Project: Network virtualization for subhurds etc.
-The [[howto]] shows the instructions of setting up the virtual network in hurd and subhurd.
+The [code](http://www.assembla.com/spaces/VNetHurd/trac_subversion_tool). The [[howto]] shows the instructions of setting up the virtual network in hurd and subhurd.
----
## The design and the implementation
@@ -53,17 +54,11 @@ A filter translator is needed to enforce the policies between the interface and
* BPF is also ported to the filter translator. There are two filers in the translator, one for outgoing packets, the other for incoming packets.
* Only one pfinet can connect to the translator at a time.
-
----
-
## TODO
### Coding
- - make subhurds running without root privileges
- merge BPF rules from the filter translator and the multiplexer
----
-
## Completed tasks
### Coding