wip on allocator

This commit is contained in:
2026-01-12 11:59:25 +01:00
parent 139d91fdfc
commit c0c4b64ef9
3 changed files with 73 additions and 25 deletions

View File

@@ -3,9 +3,11 @@
#include <types.h>
#include "../memory/pageframe.h"
#include "../object/queue.h"
namespace PageFrameAllocator {
extern uint8_t bitmap[4294967296 / 4096 / 8];
//Queue<PageFrame> PageFrameList;
void init ();
void stats ();