From 2a09f9627707101e486fb69ecee10d0ee5b36373 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Mon, 24 Jul 2023 19:13:42 +0000 Subject: [PATCH] Quote the "A Note about Drivers" section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b8f433684a..ada869c542 100644 --- a/README.md +++ b/README.md @@ -79,3 +79,5 @@ If you don't have datasheets, we recommend you to do reverse-engineering of avai We recommend BSDs drivers because BSD license is compatible with MIT (permissive), that way we can reuse the code in other drivers. You can see this [example](https://gitlab.redox-os.org/redox-os/exampled) driver, read the code of the existent ones or the most close driver type for your device. + +Before testing your changes be aware of [this](https://doc.redox-os.org/book/ch09-02-coding-and-building.html#a-note-about-drivers).