#ifndef MINIOS_KERN_PMAP_H #define MINIOS_KERN_PMAP_H #include void map_kern(phyaddr_t cr3); #endif