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 b1ecdb6 commit 24717a5Copy full SHA for 24717a5
src/lib.rs
@@ -33,6 +33,7 @@
33
//! # extern crate linux_loader;
34
//! # extern crate vm_memory;
35
//! # use std::{io::{Cursor, Read}, fs::File};
36
+//! # #[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
37
//! # use linux_loader::configurator::{BootConfigurator, BootParams};
38
//! # #[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
39
//! # use linux_loader::configurator::pvh::PvhBootConfigurator;
0 commit comments