diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-06-21 23:59:13 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-06-21 23:59:13 +0200 |
commit | fa44f0ef921875e8190db6845c50e7cd257197e8 (patch) | |
tree | 82fa528f508b112145b178976fa92a730069745a | |
parent | 341a53d12a203e013210566abaa473f55ba7fd8f (diff) |
DDE.
hurd/dde: New.
hurd/running/dde_guide -> hurd/dde/guide.
-rw-r--r-- | hurd.mdwn | 1 | ||||
-rw-r--r-- | hurd/dde.mdwn | 22 | ||||
-rw-r--r-- | hurd/dde/guide.mdwn (renamed from hurd/running/dde_guide.mdwn) | 0 | ||||
-rw-r--r-- | hurd/status.mdwn | 8 |
4 files changed, 24 insertions, 7 deletions
@@ -61,6 +61,7 @@ in the *unstable* branch of the Debian archive. * [[running/Distrib]] -- Distributions * [[Public_Hurd_Boxen]] * [[Neighborhurd]]s and [[Subhurd]]s +* [[DDE]] -- Device Driver Environment ## Common Problems diff --git a/hurd/dde.mdwn b/hurd/dde.mdwn new file mode 100644 index 00000000..dedb7d10 --- /dev/null +++ b/hurd/dde.mdwn @@ -0,0 +1,22 @@ +[[!meta copyright="Copyright © 2009, 2010 Free Software Foundation, Inc."]] + +[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable +id="license" text="Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no Invariant +Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license +is included in the section entitled [[GNU Free Documentation +License|/fdl]]."]]"""]] + + * [[community/gsoc/project ideas/driver glue code]] + + * [[open issues/user-space device drivers]] + + * [[open issues/device drivers and io systems]] + +--- + +There is an effort going on to make [[/DDE]] usable in GNU/Hurd +userspace. + +See Zheng Da's [[project page|zhengda]], as well as another [[guide]]. diff --git a/hurd/running/dde_guide.mdwn b/hurd/dde/guide.mdwn index 6518e0e4..6518e0e4 100644 --- a/hurd/running/dde_guide.mdwn +++ b/hurd/dde/guide.mdwn diff --git a/hurd/status.mdwn b/hurd/status.mdwn index e8282091..721cdeda 100644 --- a/hurd/status.mdwn +++ b/hurd/status.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2001, 2002, 2007, 2008, 2009 Free Software +[[!meta copyright="Copyright © 2001, 2002, 2007, 2008, 2009, 2010 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable @@ -106,9 +106,3 @@ possibility that they would want to try the Hurd again in the future. > > [But] unlike a few years back [...] the system is stable enough under > load nowadays [...]. - -## DDE network card drivers - -### Jakub Daniel, 2010-06-09 - -[[guide|running/dde_guide]] |