summaryrefslogtreecommitdiff
path: root/param.h
diff options
context:
space:
mode:
authorrtm <rtm>2007-08-24 19:32:36 +0000
committerrtm <rtm>2007-08-24 19:32:36 +0000
commit902b13f5d6bab19f7a218acc655421cdb63f4313 (patch)
tree7c54f9fa80eeeb87f72fc7a58e3c5bc4fad70af8 /param.h
parent2bc72bdd29d605f7106204cc8293f9e5be4113e9 (diff)
downloadxv6-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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/param.h b/param.h
index 343288c..34edf95 100644
--- a/param.h
+++ b/param.h
@@ -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