TD2 II.4 Various fixes on stack allocation

This commit is contained in:
Yorick Barbanneau 2021-11-19 16:52:57 +01:00
parent 3877e32b59
commit c3892a2fa7
4 changed files with 13 additions and 11 deletions

View file

@ -26,7 +26,7 @@ class Semaphore;
#define UserStackSize 256
#endif //CHANGED
#define UserStacksAreaSize 1024 // increase this as necessary!
#define UserStacksAreaSize 4096 // increase this as necessary!
class AddrSpace:public dontcopythis
{