feature: both physical and virtual allocators should be done

This commit is contained in:
2024-09-26 16:18:06 +02:00
parent 9ade568a64
commit a66f9174f4
19 changed files with 571 additions and 62 deletions

View File

@ -1,5 +1,6 @@
#include "memory.h"
#include "string.h"
#include <stdint.h>
extern void load_page_directory(uint32_t *);
extern void enable_paging(void);