First steps: getting memory map from Limine request and looking at it
This commit is contained in:
@@ -8,4 +8,6 @@ void* memset(void* s, int c, size_t n);
|
||||
void* memmove(void *dest, const void* src, size_t n);
|
||||
int memcmp(const void* s1, const void* s2, size_t n);
|
||||
|
||||
void memmap_display(struct limine_memmap_response* response);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user