forked from AbleOS/ableos
fmt
This commit is contained in:
parent
0775577d31
commit
fce7b2a4bb
|
@ -1,6 +1,6 @@
|
|||
use kernel::allocator::{HEAP_SIZE, HEAP_START};
|
||||
use alloc::alloc::{GlobalAlloc, Layout};
|
||||
use core::ptr::null_mut;
|
||||
use kernel::allocator::{HEAP_SIZE, HEAP_START};
|
||||
use x86_64::{
|
||||
structures::paging::{
|
||||
mapper::MapToError, FrameAllocator, Mapper, Page, PageTableFlags, Size4KiB,
|
||||
|
|
Loading…
Reference in a new issue