gets the memory map from GRUB

This commit is contained in:
2025-06-09 17:44:50 -04:00
parent f1515ad7b5
commit 83b6a9eaf2
8 changed files with 352 additions and 7 deletions

6
kernel/arch/paging.c Normal file
View File

@ -0,0 +1,6 @@
#include <stdint.h>
extern uint32_t endkernel; // found in link.ld