mirror of
https://github.com/drasko/codezero.git
synced 2026-02-16 11:53:15 +01:00
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:
@@ -94,4 +94,5 @@ struct superblock {
|
||||
struct dentry *root_dirent;
|
||||
};
|
||||
|
||||
|
||||
#endif /* __FS_H__ */
|
||||
|
||||
Reference in New Issue
Block a user