xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 788e27def26aabcc3aa683769cd9092567bcc02f
parent 3c01f5a0eda1757f237450a6b9477293a72ef6cb
Author: Austin Clements <amdragon@mit.edu>
Date:   Fri,  2 Sep 2011 14:57:28 -0400

Fit fs.h in one column

Diffstat:
Mfs.h | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 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