Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit 683b311

Browse files
authored
awd
1 parent 121bbc3 commit 683b311

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kernel/core/process.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#include "process.h"
22

3+
#define KERNEL_STACK_SIZE 8192
4+
35
Process* cproc = NULL;
46
Process* processes[256] = {0};
57
int cpid = 0;

0 commit comments

Comments
 (0)