simplify ide queuing

nits in comments
This commit is contained in:
rtm 2007-08-24 19:32:36 +00:00
parent 2bc72bdd29
commit 902b13f5d6
8 changed files with 79 additions and 89 deletions

View file

@ -5,7 +5,6 @@
#define NOFILE 16 // open files per process
#define NFILE 100 // open files per system
#define NBUF 10 // size of disk block cache
#define NREQUEST NBUF // outstanding disk requests
#define NINODE 50 // maximum number of active i-nodes
#define NDEV 10 // maximum major device number
#define ROOTDEV 1 // device number of file system root disk