From: Austin Clements Date: Fri, 2 Sep 2011 18:57:28 +0000 (-0400) Subject: Fit fs.h in one column X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=788e27def26aabcc3aa683769cd9092567bcc02f;p=cs3210-lab0.git Fit fs.h in one column --- diff --git a/fs.h b/fs.h index c9e34bf..85efa78 100644 --- a/fs.h +++ b/fs.h @@ -1,8 +1,7 @@ // On-disk file system format. // Both the kernel and user programs use this header file. -// Block 0 is unused. -// Block 1 is super block. +// Block 0 is unused. Block 1 is super block. // Inodes start at block 2. #define ROOTINO 1 // root i-number