TD2 II.4 Various fixes on stack allocation
This commit is contained in:
parent
3877e32b59
commit
c3892a2fa7
4 changed files with 13 additions and 11 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue