add bitmap
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user