os/cpu/x86_64/paging.h
2019-04-30 17:11:26 -05:00

11 lines
109 B
C

#ifndef PAGING_H
#define PAGING_H
#include <stdint.h>
#define NUM_KERN_DIRS 4
void paging_init();
#endif