[victoriafalls] Add InodeTable class to cache Inode info

This commit is contained in:
Drew Galbraith 2023-07-06 09:39:17 -07:00
parent 21c1a001ea
commit 52b4b273b7
7 changed files with 87 additions and 0 deletions

View file

@ -1,6 +1,7 @@
add_executable(victoriafalls
fs/ext2/ext2_block_reader.cpp
fs/ext2/ext2_driver.cpp
fs/ext2/inode_table.cpp
victoriafalls.cpp)
target_include_directories(victoriafalls