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 0a4b9c7 commit 1834c84Copy full SHA for 1834c84
src/lib.rs
@@ -42,7 +42,7 @@ impl BiosBoot {
42
self
43
}
44
45
- /// Create a bootable UEFI disk image at the given path.
+ /// Create a bootable BIOS disk image at the given path.
46
pub fn create_disk_image(&self, out_path: &Path) -> anyhow::Result<()> {
47
let bootsector_path = Path::new(env!("BIOS_BOOT_SECTOR_PATH"));
48
let stage_2_path = Path::new(env!("BIOS_STAGE_2_PATH"));
0 commit comments