shares are dynamically allocated as well:)
[mTask.git] / client / spec.c
index fdc626b..d389d38 100644 (file)
@@ -1,12 +1,12 @@
 #include "spec.h"
 #include "interface.h"
+#include "mem.h"
 
 void spec_send(void)
 {
        write_byte('c');
        write_byte(0 | (HAVELED << 0) | (HAVEAIO << 1) | (HAVEDIO << 2));
-       write16(MAXTASKS);
-       write16(MAXSDSS);
+       write16(MEMSIZE);
        write_byte('\n');
        write_byte('\n');
 }