summaryrefslogtreecommitdiff
path: root/2008/how_and_why_kernel-fht2008/html/mgp00021.txt
diff options
context:
space:
mode:
Diffstat (limited to '2008/how_and_why_kernel-fht2008/html/mgp00021.txt')
-rw-r--r--2008/how_and_why_kernel-fht2008/html/mgp00021.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/2008/how_and_why_kernel-fht2008/html/mgp00021.txt b/2008/how_and_why_kernel-fht2008/html/mgp00021.txt
new file mode 100644
index 0000000..aa840f5
--- /dev/null
+++ b/2008/how_and_why_kernel-fht2008/html/mgp00021.txt
@@ -0,0 +1,11 @@
+How and why to work with the Linux kernel community
+Windows driver development model
+
+
+MS defines stable APIs and ABIs for drivers and releases SDK (DDK)
+All interfaces are specified by a single entity
+The interface between driver and OS core is designed as binary interface
+Hardware vendors develop drivers for their hardware component
+Hardware vendors compile and package drivers for their hardware component
+Hardware vendors sell bundle of hardware and software driver (object code)
+
personal git repositories of Harald Welte. Your mileage may vary