diff options
author | Austin Clements <[email protected]> | 2011-09-02 14:57:28 -0400 |
---|---|---|
committer | Austin Clements <[email protected]> | 2011-09-02 14:57:28 -0400 |
commit | 788e27def26aabcc3aa683769cd9092567bcc02f (patch) | |
tree | 871da517defc5435ad21ac4048f5c03a144d5c64 /fs.h | |
parent | 3c01f5a0eda1757f237450a6b9477293a72ef6cb (diff) | |
download | xv6-labs-788e27def26aabcc3aa683769cd9092567bcc02f.tar.gz xv6-labs-788e27def26aabcc3aa683769cd9092567bcc02f.tar.bz2 xv6-labs-788e27def26aabcc3aa683769cd9092567bcc02f.zip |
Fit fs.h in one column
Diffstat (limited to 'fs.h')
-rw-r--r-- | fs.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |