Remove warnings
This commit is contained in:
parent
78432b3875
commit
b756dd59eb
6 changed files with 8 additions and 10 deletions
|
@ -8,7 +8,7 @@ use allocator::{HEAP_START, HEAP_SIZE};
|
|||
use externs::memset;
|
||||
use gdt;
|
||||
use idt;
|
||||
use memory::{self, FrameAllocator};
|
||||
use memory;
|
||||
use paging::{self, entry, Page, VirtualAddress};
|
||||
|
||||
/// Test of zero values in BSS.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue