gets the memory map from GRUB
This commit is contained in:
6
kernel/arch/paging.c
Normal file
6
kernel/arch/paging.c
Normal file
@ -0,0 +1,6 @@
|
||||
#include <stdint.h>
|
||||
|
||||
extern uint32_t endkernel; // found in link.ld
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user