Skip to content

Commit 542a5cf

Browse files
Merge pull request #192 from ferrous-systems/linux-add-component
linux-driver: Add missing rust-src with rustup
2 parents aa2ef4e + 8fabf7a commit 542a5cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exercise-book/src/building-linux-kernel-driver.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ apt install build-essential libssl-dev python3 flex bison bc libncurses-dev gawk
145145
curl https://sh.rustup.rs | bash
146146
source $HOME/.cargo/env
147147
cargo install --locked bindgen-cli
148+
rustup component add rust-src
148149
```
149150

150151
## Task 6 - Build a kernel

0 commit comments

Comments
 (0)