make stack requirements more explicit.
This commit is contained in:
parent
3151bc58b8
commit
63b6732301
3 changed files with 3 additions and 2 deletions
|
|
@ -74,7 +74,7 @@ initkeyboard(char *file)
|
|||
if(kc == nil)
|
||||
return nil;
|
||||
kc->c = chancreate(sizeof(Rune), 20);
|
||||
threadcreate(_ioproc, kc, 16384);
|
||||
threadcreate(_ioproc, kc, 32768);
|
||||
return kc;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue