Rework requesting process arguments
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
|
||||
#define PROC_NAME_MAX 0x100
|
||||
|
||||
#define PROC_STACKBLOCKS (1024*4)
|
||||
#define PROC_STACKBLOCKS (1024*2)
|
||||
#define PROC_STACKSIZE (PROC_STACKBLOCKS * BITMAP_BLOCK_SIZE)
|
||||
|
||||
#define PROC_MAX 0x100 // max amount of processes
|
||||
@ -19,7 +19,7 @@
|
||||
#define PROC_VFSHANDLES_MAX 0x80
|
||||
#define PROC_PIPEHANDLES_MAX 0x20
|
||||
|
||||
#define PROC_MMAN_MAP_BASE 0x700000000000
|
||||
#define PROC_MMAN_MAP_BASE 0x500000000000
|
||||
#define PROC_USER_STACK_TOP 0x800000000000
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user