This repository has been archived on 2024-06-25. You can view files and clone it, but cannot push or open issues or pull requests.

7 lines
125 B
C

#ifndef _KERNEL_PAGING_H
#define _KERNEL_PAGING_H
extern void load_page_dir(uint32_t*);
extern void enable_paging();
#endif