You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ You need a nightly [Rust](https://www.rust-lang.org) compiler with the `llvm-too
14
14
15
15
To use this crate, you need to adjust your kernel to be bootable first. Then you can create a bootable disk image from your compiled kernel. These steps are explained in detail below.
16
16
17
-
If you're already using an older version of the `bootloader` crate, follow our [migration guides](doc/migration).
17
+
If you're already using an older version of the `bootloader` crate, follow our [migration guides](docs/migration).
18
18
19
19
### Kernel
20
20
@@ -65,7 +65,7 @@ To combine your kernel with a bootloader and create a bootable disk image, follo
65
65
- Use `bootloader::UefiBoot` and/or `bootloader::BiosBoot` to create a bootable disk image with your kernel.
66
66
- Do something with the bootable disk images in your `main.rs` function. For example, run them with QEMU.
67
67
68
-
See our [disk image creation template](doc/create-disk-image.md) for a more detailed example.
68
+
See our [disk image creation template](docs/create-disk-image.md) for a more detailed example.
0 commit comments