diff options
author | zhengda <zhengda@web> | 2010-05-03 11:13:49 +0000 |
---|---|---|
committer | GNU Hurd web pages engine <web-hurd@gnu.org> | 2010-05-03 11:13:49 +0000 |
commit | 524d6c6efe27ac1c48b919ca8c56adba3018c298 (patch) | |
tree | c111aeff92d2def1e55ca408942245bab8f9e612 | |
parent | b4fbd502217fd47e47043cb3c337bb4bbaff98f5 (diff) |
-rw-r--r-- | user/zhengda.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/zhengda.mdwn b/user/zhengda.mdwn index dd8e6bac..79a638f2 100644 --- a/user/zhengda.mdwn +++ b/user/zhengda.mdwn @@ -13,7 +13,7 @@ porting DDE developed by DROPS to the Hurd, and it will still run in the user sp The introduction of DDE/DDEKit can be found in [here](http://wiki.tudos.org/DDE/DDEKit) and more information can be found [here](http://os.inf.tu-dresden.de/pipermail/l4-hackers/2009/004291.html). DDE/DDEKit is a library, and it should be compiled with the code of Linux or FreeBSD drivers. DDE Linux26 is still under development and it can now support network and block devices (but doesn't support SCSI). ## My work -I separate DDE Linux26 to 2 parts: libddekit and libdde_linux26. I also provide a library called libmachdev on the top of the Linux code to provide the Mach device interface, so it is easy for the user to compile a Linux driver and run it in the Hurd. The latest code can be found in the dde branch of the incubator repository. +I separate DDE Linux26 to 2 parts: libddekit and libdde_linux26. I also provide a library called libmachdev on the top of the Linux code to provide the Mach device interface, so it is easy for the user to compile a Linux driver and run it in the Hurd. The latest code can be found in the dde branch of the incubator repository. To build DDE, we have to first install libpciaccess. libdde_linux26 has to be compiled manually (building dde_pcnet32 doesn't compile libdde_linux26 automatically). The current status: the pcnet32 driver can work very well in DDE Linux26 now. I hope someone can try other NIC drivers. Please run DDE with GNUMach in the [master-user_level_drivers](http://git.savannah.gnu.org/cgit/hurd/gnumach.git/) branch. |