blob: 544363ad46d5a64407b7a6a4795b073a94f2e018 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Linux kernel with support for modules written in Rust for ArchLinux
[](https://aur.archlinux.org/packages/linux-rust)
This is a package to build the ArchLinux Linux kernel[^1] with support for
kernel modules written in Rust.
For some background information why I created this package see the following
blog posts:
* <https://blog.rnstlr.ch/building-an-out-of-tree-rust-kernel-module.html>
* <https://blog.rnstlr.ch/building-an-out-of-tree-rust-kernel-module-part-two.html>
* <https://blog.rnstlr.ch/building-an-out-of-tree-rust-kernel-module-part-three.html>
* <https://blog.rnstlr.ch/building-an-out-of-tree-rust-kernel-module-part-four.html>
[^1]: <https://github.com/archlinux/linux>
|