Skip to content
Snippets Groups Projects
  • kaashoek's avatar
    devsw · 6fa5ffb5
    kaashoek authored
    checkpoint: write(fd,"hello\n",6) where fd is a console dev almost works
    6fa5ffb5
param.h 272 B
#define NPROC 64
#define PAGE 4096
#define KSTACKSIZE PAGE
#define NCPU 8
#define NOFILE 16 // file descriptors per process
#define NFD 100 // file descriptors per system
#define NREQUEST 100 // outstanding disk requests
#define NBUF 10
#define NINODE 100
#define NDEV 10