diff options
-rw-r--r-- | community/gsoc/project_ideas/driver_glue_code.mdwn | 2 | ||||
-rw-r--r-- | open_issues/dde.mdwn | 28 | ||||
-rw-r--r-- | open_issues/device_drivers_and_io_systems.mdwn | 2 | ||||
-rw-r--r-- | open_issues/user-space_device_drivers.mdwn | 4 |
4 files changed, 35 insertions, 1 deletions
diff --git a/community/gsoc/project_ideas/driver_glue_code.mdwn b/community/gsoc/project_ideas/driver_glue_code.mdwn index 7da34d10..19a1cab4 100644 --- a/community/gsoc/project_ideas/driver_glue_code.mdwn +++ b/community/gsoc/project_ideas/driver_glue_code.mdwn @@ -23,7 +23,7 @@ versions, or from one of the free BSD variants. While it would be certainly possible to create custom glue code again, a more sustainable and probably also easier approch is to use -[ddekit](http://demo.tudos.org/dsweeper_tutorial.html) instead -- it already +[[open issues/DDE]] instead -- it already does the hard work of providing an environment where the foreign drivers can run, and has the additional advantage of being externally maintained. 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> |