Skip to content

Commit 86dbb33

Browse files
committed
Contributing: add 'Getting started with Rust kernel development' section
There is no link to the Rust kernel documentation in the Contributing page. We do have it at the top of the links in the sidebar, but that may not be obvious. Therefore, add a section on getting started with Rust kernel development that points to it. Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 0f735a1 commit 86dbb33

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Contributing.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ There are many ways to contribute to the Rust support in the kernel:
4848

4949
- Helping others on Zulip. For instance, getting them started with the Rust support in the kernel.
5050

51+
## Getting started with Rust kernel development
52+
53+
Please read the documentation under [`Documentation/rust`](https://docs.kernel.org/rust/). In particular, the [Quick Start guide](https://docs.kernel.org/rust/quick-start.html).
54+
55+
Reading the rest of this website is also recommended.
56+
5157
## The Rust subsystem
5258

5359
The Rust subsystem takes care of the core Rust abstractions as well as the general infrastructure for Rust in the kernel. It is a bit special in that it potentially intersects with every other subsystem in the kernel, especially in the beginning of the Rust support in the kernel.

0 commit comments

Comments
 (0)