summaryrefslogtreecommitdiff
path: root/tutorials/drivers/myossdev0/README
diff options
context:
space:
mode:
Diffstat (limited to 'tutorials/drivers/myossdev0/README')
-rw-r--r--tutorials/drivers/myossdev0/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/tutorials/drivers/myossdev0/README b/tutorials/drivers/myossdev0/README
new file mode 100644
index 0000000..69b5c95
--- /dev/null
+++ b/tutorials/drivers/myossdev0/README
@@ -0,0 +1,8 @@
+This is the step 0 of the sample OSS driver project. This driver
+has support for loading/unloading (attach/detach) and nothing else.
+More features will be added in the subsequent steps.
+
+To compile this driver it must be copied to a directory with
+proper name. So you need to create kernel/drv/myossdev (inside the OSS
+source tree) and copy contents of this directory to it. Then follow the
+instructions for compiling and installing OSS.