file descriptors
pipes
This commit is contained in:
parent
b61c2547b8
commit
c41f1de5d4
16 changed files with 424 additions and 39 deletions
2
param.h
2
param.h
|
@ -2,3 +2,5 @@
|
|||
#define PAGE 4096
|
||||
#define KSTACKSIZE PAGE
|
||||
#define NCPU 8
|
||||
#define NOFILE 16 // file descriptors per process
|
||||
#define NFD 100 // file descriptors per system
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue