diff options
author | rtm <rtm> | 2007-08-24 19:32:36 +0000 |
---|---|---|
committer | rtm <rtm> | 2007-08-24 19:32:36 +0000 |
commit | 902b13f5d6bab19f7a218acc655421cdb63f4313 (patch) | |
tree | 7c54f9fa80eeeb87f72fc7a58e3c5bc4fad70af8 /param.h | |
parent | 2bc72bdd29d605f7106204cc8293f9e5be4113e9 (diff) | |
download | xv6-labs-902b13f5d6bab19f7a218acc655421cdb63f4313.tar.gz xv6-labs-902b13f5d6bab19f7a218acc655421cdb63f4313.tar.bz2 xv6-labs-902b13f5d6bab19f7a218acc655421cdb63f4313.zip |
simplify ide queuing
nits in comments
Diffstat (limited to 'param.h')
-rw-r--r-- | param.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |