Memory alloc

pull/29/head
E. Almqvist 3 years ago
parent ce864a724e
commit d65c73fc9e
  1. 1
      kernel/memory.c
  2. 2
      kernel/memory.h

@ -0,0 +1 @@
#include "memory.h"

@ -0,0 +1,2 @@
char* malloc(unsigned int size);
void mfree(char* p);
Loading…
Cancel
Save