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
10
extern
void
loadPageDirectory(uint32_t* directory);
11
12
extern
void
enablePaging();
13
14
#endif
//BLU_OS_PAGING_H
stdint.h
Fixed-width integer types.
kernel
include
arch
x86
i386
mmu
paging.h
Generated by
1.16.1