summaryrefslogtreecommitdiff
path: root/tutorials/drivers/myossdev0/README
blob: 69b5c95fd2ca2d2944167a931262e419385012e9 (plain)
1
2
3
4
5
6
7
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.