X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=client%2Fspec.c;fp=client%2Fspec.c;h=d389d38c3b168cc32997aa7e613545a19fabab8b;hb=cc93aff1c0867a33c41b4120c001b407d1b8850a;hp=fdc626b46cbbbf87de944810f44c707073f76d2b;hpb=09b207a39b7791098daafd7d87c3ad9d3db3e19f;p=mTask.git diff --git a/client/spec.c b/client/spec.c index fdc626b..d389d38 100644 --- a/client/spec.c +++ b/client/spec.c @@ -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'); }