Skip to content

Commit a8e38cd

Browse files
author
haozx23
committed
increase NPROC from 16 to 24
1 parent 014fcd3 commit a8e38cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

os/proc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "riscv.h"
55
#include "types.h"
66

7-
#define NPROC (16)
7+
#define NPROC (24)
88

99
// Saved registers for kernel context switches.
1010
struct context {

0 commit comments

Comments
 (0)