master
ondra05 2022-05-10 18:41:53 +02:00
parent 756a6cf74a
commit 554e53392b
1 changed files with 1 additions and 1 deletions

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,