Skip to content
MURAT BOYAR edited this page Jan 20, 2023 · 1 revision

How to use this image

  1. Open Docker Desktop, search dev-env-linux-kernel-rust and click the Pull button.

  2. Open VS Code, click the Docker extension (publisher Microsoft) menu, and run the image dev-env-linux-kernel-rust.

  3. In the Docker extension menu, attach the container to VS Code. A new VS Code window will be opened within the container environment.

  4. 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.

Clone this wiki locally