We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e8c850 + a70625d commit 9c38306Copy full SHA for 9c38306
docs/create-disk-image.md
@@ -10,9 +10,9 @@ Our [basic example](examples/basic/basic-os.md) showcases this setup:
10
- create a workspace & add kernel as member
11
- add kernel as build-dependency
12
- add ovmf-prebuilt for UEFI booting in QEMU
13
-- [.cargo/config.toml](/examples/basic/Cargo.toml)
+- [.cargo/config.toml](/examples/basic/.cargo/config.toml)
14
- enable the unstable artifact-dependencies feature
15
-- [rust-toolchain.toml](/examples/basic/Cargo.toml)
+- [rust-toolchain.toml](/examples/basic/rust-toolchain.toml)
16
- change the default toolchain to nightly to use experimental features
17
- [build.rs](/examples/basic/build.rs)
18
- create bios and uefi disk image
0 commit comments