pull/31/head
E. Almqvist 3 years ago
parent fb1da55354
commit 4c80e0a350
  1. 8
      kernel/memory.c

@ -1 +1,9 @@
#include "memory.h" #include "memory.h"
char* malloc(unsigned int size) {
return " ";
}
void mfree(char* p) {
}

Loading…
Cancel
Save