remove bitmap

This commit is contained in:
2026-01-12 14:58:23 +01:00
parent c0c4b64ef9
commit 30a48d25d2
3 changed files with 20 additions and 17 deletions

View File

@@ -7,6 +7,7 @@
namespace PageFrameAllocator {
extern uint8_t bitmap[4294967296 / 4096 / 8];
extern PageFrame PageFrames[4294967296 / 4096];
//Queue<PageFrame> PageFrameList;
void init ();