Fit fs.h in one column

This commit is contained in:
Austin Clements 2011-09-02 14:57:28 -04:00
parent 3c01f5a0ed
commit 788e27def2
1 changed files with 1 additions and 2 deletions

3
fs.h
View File

@ -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