selfmade-os

view mem.h @ 1:42ba76f77035

the kernel with output and mem alloc
author meillo@marmaro.de
date Sun, 01 Nov 2009 23:50:51 +0100
parents
children
line source
2 unsigned char* newp;
3 unsigned char* maxmem;
4 unsigned char* minmem;
6 void initmem(unsigned int memstart);
7 void* malloc(unsigned int size);