2020301918-os/inc/kern/pmap.h
2022-10-29 19:48:58 +08:00

8 lines
111 B
C

#ifndef MINIOS_KERN_PMAP_H
#define MINIOS_KERN_PMAP_H
#include <type.h>
void map_kern(phyaddr_t cr3);
#endif