blu_os
Loading...
Searching...
No Matches
paging.h
1//
2// Created by dylan on 13/07/2026.
3//
4
5#ifndef BLU_OS_PAGING_H
6#define BLU_OS_PAGING_H
7
8#include <stdint.h>
9
10extern void loadPageDirectory(uint32_t* directory);
11
12extern void enablePaging();
13
14#endif //BLU_OS_PAGING_H
Fixed-width integer types.