From 2ce40d7088932b2875739379f54f7d74fc2e374c Mon Sep 17 00:00:00 2001 From: rtm Date: Wed, 8 Oct 2008 18:57:13 +0000 Subject: be clear what the root i-number is --- fs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fs.h') 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 -- cgit v1.2.3