ipc works better, pagefault still
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#include "../memory/pagetable.h"
|
||||
|
||||
/// Stack size for each thread
|
||||
constexpr uint32_t STACK_SIZE = 3072;
|
||||
constexpr uint32_t STACK_SIZE = 3472;
|
||||
|
||||
|
||||
struct IpcStruct {
|
||||
|
||||
Reference in New Issue
Block a user