summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--open_issues/device_drivers_and_io_systems.mdwn24
1 files changed, 23 insertions, 1 deletions
diff --git a/open_issues/device_drivers_and_io_systems.mdwn b/open_issues/device_drivers_and_io_systems.mdwn
index 57a96cd0..f84ddce8 100644
--- a/open_issues/device_drivers_and_io_systems.mdwn
+++ b/open_issues/device_drivers_and_io_systems.mdwn
@@ -15,6 +15,8 @@ in general.
Also see [[user-space device drivers]].
+[[!toc levels=2]]
+
# Documentation
@@ -63,7 +65,27 @@ Also see [[user-space device drivers]].
2004, Joshua Levasseur, Volkmar Uhlig, Jan Stoess, Stefan Götz
-# Projects
+# External Projects
* [Building Linux Device Drivers on
FreeBSD](http://info.iet.unipi.it/~luigi/FreeBSD/linux_bsd_kld.html)
+
+ * [Project UDI](http://www.projectudi.org/), a multi-company effort to define
+ a Uniform Driver Interface
+
+ * [The Free Software Movement and
+ UDI](http://www.gnu.org/philosophy/udi.html)
+
+ * [OSKit](http://www.cs.utah.edu/flux/oskit/)
+
+ * [Unofficial OSKit source](http://www.nongnu.org/oskit/) on Savannah
+
+ * [[microkernel/Mach]]-like
+
+ It might be possible to integrate these systems' device drivers, as they're
+ expected to mostly be using the same interfaces as the current in-kernel
+ Mach drivers are.
+
+ * OSF Mach
+
+ * Darwin