KERNEL: First Kernel heap implementation

This commit is contained in:
2022-09-03 17:27:29 +02:00
parent 656ca0baa8
commit a47879f404
8 changed files with 83 additions and 51 deletions

View File

@ -5,6 +5,7 @@
#include "../lib/mem.h"
#include "../bitmap.h"
#define BLOCK_SIZE 4092
void SetupPhysicalMemoryManager(uint32_t mapAddress, uint32_t memorySize);