X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=client%2Fspec.c;h=52ed512801c849296905bac07480a7cb462897a9;hb=HEAD;hp=8098a77dc21720e74994fe73497d3e7a15339476;hpb=1827e72942a355fc90dcb4e0b93f68c98dc6eea5;p=mTask.git diff --git a/client/spec.c b/client/spec.c index 8098a77..52ed512 100644 --- a/client/spec.c +++ b/client/spec.c @@ -1,12 +1,15 @@ -//TODO #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); + write_byte(0 | (HAVELED << 0) );//| (HAVEAIO << 1) | (HAVEDIO << 2)); + write16(MEMSIZE); + write16(STACKSIZE); + write_byte(APINS); + write_byte(DPINS); + write_byte('\n'); write_byte('\n'); }