[victoriafalls] Add an Ext2Driver class which probes the superblock.

This commit is contained in:
Drew Galbraith 2023-07-05 22:56:08 -07:00
parent 0274339cc9
commit a49d13f1d1
5 changed files with 145 additions and 12 deletions

View file

@ -1,4 +1,5 @@
add_executable(victoriafalls
fs/ext2/ext2_driver.cpp
victoriafalls.cpp)
target_include_directories(victoriafalls