Kernel: Enable basic paging
This commit is contained in:
14
kernel/include/kernel/Paging.h
Normal file
14
kernel/include/kernel/Paging.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
namespace Paging
|
||||
{
|
||||
|
||||
void Initialize();
|
||||
|
||||
void MapFramebuffer(uint32_t address);
|
||||
void MapRSDP(uint32_t address);
|
||||
void MapAPIC(uint32_t address);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user