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.
1 parent 1528d81 commit e4cffd4Copy full SHA for e4cffd4
src/lib.rs
@@ -56,6 +56,8 @@ This will result in the following files, which are placed in the specified `--ou
56
disk image: Create an EFI system partition formatted with the FAT filesystem and place the
57
EFI file under `efi\boot\bootx64.efi` on that filesystem.
58
59
+**You can find some examples that implement the above steps [in our GitHub repo](https://github.com/rust-osdev/bootloader/tree/main/examples).**
60
+
61
## Configuration
62
63
The bootloader can be configured through a `[package.metadata.bootloader]` table in the
0 commit comments