add bitmap

This commit is contained in:
2026-01-10 22:29:28 +01:00
parent 0e3195ec3d
commit af3a28aa90
2 changed files with 26 additions and 4 deletions

View File

@@ -5,6 +5,8 @@
#include "../memory/pageframe.h"
namespace PageFrameAllocator {
extern uint8_t bitmap[4294967296 / 4096 / 8];
void init ();
void stats ();
PageFrame* alloc(bool kernel);