os/kernel/cpu/x86_64/paging.h

11 lines
109 B
C
Raw Normal View History

2019-04-30 17:11:26 -05:00
#ifndef PAGING_H
#define PAGING_H
#include <stdint.h>
#define NUM_KERN_DIRS 4
void paging_init();
#endif