We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4331e0d commit bdb49cdCopy full SHA for bdb49cd
src/main.rs
@@ -10,6 +10,7 @@ compile_error!("The bootloader crate must be compiled for the `x86_64-bootloader
10
extern crate rlibc;
11
12
use bootloader::bootinfo::{BootInfo, FrameRange};
13
+use core::arch::asm;
14
use core::convert::TryInto;
15
use core::panic::PanicInfo;
16
use core::{mem, slice};
0 commit comments