wip on allocator
This commit is contained in:
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user