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 ca53780 commit f2a9decCopy full SHA for f2a9dec
bios/src/main.rs
@@ -1,4 +1,3 @@
1
-
2
#![no_std]
3
#![no_main]
4
common/src/lib.rs
@@ -19,13 +19,6 @@ use x86_64::{
19
};
20
use xmas_elf::ElfFile;
21
22
-/// Provides BIOS-specific types and trait implementations.
23
-#[cfg(feature = "bios_bin")]
24
-pub mod bios;
25
-/// Provides UEFI-specific trait implementations.
26
-#[cfg(feature = "uefi_bin")]
27
-mod uefi;
28
29
/// Provides a function to gather entropy and build a RNG.
30
mod entropy;
31
mod gdt;
0 commit comments