diff mem.h @ 1:42ba76f77035 default tip

the kernel with output and mem alloc
author meillo@marmaro.de
date Sun, 01 Nov 2009 23:50:51 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mem.h	Sun Nov 01 23:50:51 2009 +0100
@@ -0,0 +1,8 @@
+
+unsigned char* newp;
+unsigned char* maxmem;
+unsigned char* minmem;
+
+void initmem(unsigned int memstart);
+void* malloc(unsigned int size);
+