1
0
forked from Rativel/BurritOS

Add user_stack_size to Machine and use it for threads sp

This commit is contained in:
Quentin Legot
2023-05-09 17:01:52 +02:00
parent 7d29b92eba
commit 7be0c0accc
6 changed files with 34 additions and 16 deletions

View File

@@ -2,7 +2,7 @@
# BurritOS configuration file
##################################################
NumPhysPages = 400
NumPhysPages = 40000000
UserStackSize = 4096
MaxFileNameSize = 256
NumDirEntries = 30