New section on README.

This commit is contained in:
Ribbon
2023-03-26 23:30:58 +00:00
committed by Jeremy Soller
parent 9af4c3bd18
commit e1605444a8
+8
View File
@@ -24,3 +24,11 @@ These are the currently implemented devices/hardware interfaces.
- usbctl - USB control (incomplete).
- usbhidd - USB HID (incomplete).
- usbscsid - USB SCSI (incomplete).
## Contributing to Drivers
If you want to write drivers for Redox, datasheets are preferable, when they are freely available. Be aware that datasheets are often provided under a [Non-Disclosure Agreement](https://en.wikipedia.org/wiki/Non-disclosure_agreement) from hardware vendors, which can affect the ability to create an MIT-licensed driver.
If you don't have datasheets, we recommend you to do reverse-engineering of available C code of BSD drivers.
We recommend BSDs drivers because BSD license is compatible with MIT (permissive), that way we can reuse the code in other drivers.