This commit is contained in:
Erin 2022-05-10 18:41:53 +02:00 committed by ondra05
parent 0775577d31
commit fce7b2a4bb

View file

@ -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,