alloc_stack ok (HHDM mapped from mmap)
This commit is contained in:
@@ -11,7 +11,7 @@ typedef enum
|
||||
} status_t;
|
||||
|
||||
#define PROCESS_NAME_MAX 64
|
||||
#define PROCESS_STACK_SIZE 0x100 // 64kb
|
||||
#define PROCESS_STACK_SIZE 0x10000 // 64kb
|
||||
|
||||
struct process_t
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user