mirror of https://github.com/E-Almqvist/eOS
parent
be8865f6fd
commit
58aa380708
@ -1,2 +0,0 @@ |
||||
#include "memory.h" |
||||
|
@ -1,2 +0,0 @@ |
||||
char* malloc(unsigned int size); |
||||
void mfree(char* p); |
@ -0,0 +1,4 @@ |
||||
#define PAGE_SIZE 100 |
||||
#define PAGE_TABLE_SIZE 128 |
||||
|
||||
char* malloc(unsigned int pages); |
Loading…
Reference in new issue