forked from Rativel/BurritOS
Add user_stack_size to Machine and use it for threads sp
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# BurritOS configuration file
|
||||
##################################################
|
||||
|
||||
NumPhysPages = 400
|
||||
NumPhysPages = 40000000
|
||||
UserStackSize = 4096
|
||||
MaxFileNameSize = 256
|
||||
NumDirEntries = 30
|
||||
|
||||
Reference in New Issue
Block a user