-
Notifications
You must be signed in to change notification settings - Fork 0
Home
MURAT BOYAR edited this page Jan 20, 2023
·
1 revision
-
Open Docker Desktop, search
dev-env-linux-kernel-rust
and click the Pull button. -
Open VS Code, click the Docker extension (publisher Microsoft) menu, and run the image
dev-env-linux-kernel-rust
. -
In the Docker extension menu, attach the container to VS Code. A new VS Code window will be opened within the container environment.
-
The example
~/linux-6.1.4/samples/rust/rust_minimal.rs
in the container filesystem can be modified and then built with~/make-x86_64.sh build
, and run qemu to load kernel with~/make-x86_64.sh run
.