summaryrefslogtreecommitdiff
path: root/fs.h
diff options
context:
space:
mode:
authorrtm <rtm>2008-10-08 18:57:13 +0000
committerrtm <rtm>2008-10-08 18:57:13 +0000
commit2ce40d7088932b2875739379f54f7d74fc2e374c (patch)
treef288bbaf64ab6b081a40dbf5885effa89f530038 /fs.h
parentbe38c8413e1841dc8171555e8da66f3ca8a2e2bb (diff)
downloadxv6-labs-2ce40d7088932b2875739379f54f7d74fc2e374c.tar.gz
xv6-labs-2ce40d7088932b2875739379f54f7d74fc2e374c.tar.bz2
xv6-labs-2ce40d7088932b2875739379f54f7d74fc2e374c.zip
be clear what the root i-number is
Diffstat (limited to 'fs.h')
-rw-r--r--fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs.h b/fs.h
index e1cc7a2..a7d93b4 100644
--- a/fs.h
+++ b/fs.h
@@ -5,6 +5,7 @@
// Block 1 is super block.
// Inodes start at block 2.
+#define ROOTINO 1 // root i-number
#define BSIZE 512 // block size
// File system super block