summaryrefslogtreecommitdiff
path: root/open_issues
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2009-12-22 23:16:51 +0100
committerThomas Schwinge <thomas@schwinge.name>2009-12-22 23:16:51 +0100
commit062d85935a451a87e4dc71dba5c3f4468e8ce6bc (patch)
tree6b3a090ebb1116a5c5ed767c9c7d8483f9509666 /open_issues
parentb7f99a665b100d1e33fd14ad9463cada34acf543 (diff)
open_issues/dde: New page.
Diffstat (limited to 'open_issues')
-rw-r--r--open_issues/dde.mdwn28
-rw-r--r--open_issues/device_drivers_and_io_systems.mdwn2
-rw-r--r--open_issues/user-space_device_drivers.mdwn4
3 files changed, 34 insertions, 0 deletions
diff --git a/open_issues/dde.mdwn b/open_issues/dde.mdwn
new file mode 100644
index 00000000..3d1de09a
--- /dev/null
+++ b/open_issues/dde.mdwn
@@ -0,0 +1,28 @@
+[[!meta copyright="Copyright © 2009 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]]
+
+---
+
+# Documentation
+
+ * <http://demo.tudos.org/dsweeper_tutorial.html>
+
+ * <http://wiki.tudos.org/DDE/DDEKit>
+
+
+# Sources
+
+ * <http://www.inf.tu-dresden.de/index.php?node_id=1584&ln=en>
diff --git a/open_issues/device_drivers_and_io_systems.mdwn b/open_issues/device_drivers_and_io_systems.mdwn
index 53a8287b..ce50d93e 100644
--- a/open_issues/device_drivers_and_io_systems.mdwn
+++ b/open_issues/device_drivers_and_io_systems.mdwn
@@ -68,6 +68,8 @@ Also see [[user-space device drivers]].
# External Projects
+ * [[DDE]]
+
* [Building Linux Device Drivers on
FreeBSD](http://info.iet.unipi.it/~luigi/FreeBSD/linux_bsd_kld.html)
diff --git a/open_issues/user-space_device_drivers.mdwn b/open_issues/user-space_device_drivers.mdwn
index 7154392e..98f48013 100644
--- a/open_issues/user-space_device_drivers.mdwn
+++ b/open_issues/user-space_device_drivers.mdwn
@@ -61,6 +61,8 @@ Also see [[device drivers and IO systems]].
* Hurd on L4: deva, fabrica
+ * [[DDE]]
+
* Minix 3
* Start with a simple driver and implement the needed infrastructure (see
@@ -151,6 +153,8 @@ Also see [[device drivers and IO systems]].
# External Projects
+ * [[DDE]]
+
* <http://ertos.nicta.com.au/research/drivers/uldd/>
* <http://gelato.unsw.edu.au/IA64wiki/UserLevelDrivers>