Improvising on disk layout of simple unix-like filesystem.

modified:   tasks/fs0/include/fs.h
	new file:   tasks/fs0/src/simplefs/sfslayout.h
This commit is contained in:
Bahadir Balban
2008-01-18 15:20:46 +00:00
parent 66abb3d7f8
commit adf54578f8
2 changed files with 102 additions and 0 deletions

View File

@@ -94,4 +94,5 @@ struct superblock {
struct dentry *root_dirent;
};
#endif /* __FS_H__ */