aboutsummaryrefslogtreecommitdiff
path: root/src/mm/pma.rs
blob: f9a40ee71b6a6adffeb64663135ad92d5882ec41 (plain)
1
2
3
4
5
6
7
8
9
use core::ffi::c_void;
use crate::defs::Mem;
// this is POC code, it will be ugly
extern "C" {
    static KERNEL_END: *const c_void;
}

// pub struct PageAlloctor;