Skip to content

Commit

Permalink
Update for latest nightly changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Jan 9, 2022
1 parent 4331e0d commit bdb49cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ compile_error!("The bootloader crate must be compiled for the `x86_64-bootloader
extern crate rlibc;

use bootloader::bootinfo::{BootInfo, FrameRange};
use core::arch::asm;
use core::convert::TryInto;
use core::panic::PanicInfo;
use core::{mem, slice};
Expand Down

0 comments on commit bdb49cd

Please sign in to comment.