summaryrefslogtreecommitdiff
path: root/param.h
diff options
context:
space:
mode:
authorkaashoek <kaashoek>2006-08-09 16:04:04 +0000
committerkaashoek <kaashoek>2006-08-09 16:04:04 +0000
commit6fa5ffb56ffdbe5a37bfc04d063fbff2bf929c27 (patch)
tree7a06e4e145812109fcec97aec32c135632481edf /param.h
parent6c0e444fcdf7ba21442513acbc69c7fca9def06b (diff)
downloadxv6-labs-6fa5ffb56ffdbe5a37bfc04d063fbff2bf929c27.tar.gz
xv6-labs-6fa5ffb56ffdbe5a37bfc04d063fbff2bf929c27.tar.bz2
xv6-labs-6fa5ffb56ffdbe5a37bfc04d063fbff2bf929c27.zip
devsw
checkpoint: write(fd,"hello\n",6) where fd is a console dev almost works
Diffstat (limited to 'param.h')
-rw-r--r--param.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/param.h b/param.h
index 9b5c5e8..c8d15b7 100644
--- a/param.h
+++ b/param.h
@@ -7,3 +7,4 @@
#define NREQUEST 100 // outstanding disk requests
#define NBUF 10
#define NINODE 100
+#define NDEV 10