Skip to content
This repository was archived by the owner on Mar 7, 2021. It is now read-only.

Commit d05f0a7

Browse files
committed
README: add video link, also LLVM 9 has been released
1 parent cb334fb commit d05f0a7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ using safe abstractions around kernel interfaces and primitives.
66
For more information on the motivation and goals for this project, check
77
out [our presentation at Linux Security Summit North America
88
2019](https://ldpreload.com/p/kernel-modules-in-rust-lssna2019.pdf)
9-
(recording coming soon on [LSSNA's
10-
website](https://lssna19.sched.com/event/RHaT)). We're immediately
11-
focusing on making this project viable for out-of-tree modules, but we
12-
also see this project as a testing ground for whether in-tree components
13-
could be written in Rust.
9+
and the [video on YouTube](https://www.youtube.com/watch?v=RyY01fRyGhM).
10+
We're immediately focusing on making this project viable for out-of-tree
11+
modules, but we also see this project as a testing ground for whether
12+
in-tree components could be written in Rust.
1413

1514
There is a simple demo module in the hello-world directory, as well as
1615
various other examples in the tests/ directory.
@@ -52,8 +51,9 @@ or higher [to bind constants
5251
properly](https://github.com/rust-lang/rust-bindgen/issues/1316). If
5352
you're running kernel 5.0 or newer, [you'll need Clang
5453
9](https://github.com/fishinabarrel/linux-kernel-module-rust/issues/123)
55-
(currently the development release). You may need to set the `CLANG`
56-
environment variable appropriately, e.g., `CLANG=clang-9`.
54+
(released September 2019), which adds support for `asm goto`.
55+
You may need to set the `CLANG` environment variable appropriately,
56+
e.g., `CLANG=clang-9`.
5757

5858
## Building hello-world
5959

0 commit comments

Comments
 (0)