diff options
author | dzwdz | 2022-12-24 21:22:08 +0100 |
---|---|---|
committer | dzwdz | 2022-12-24 21:22:08 +0100 |
commit | fb6f520e0b65c08d0c01eee75e5216540786ac6b (patch) | |
tree | 958102b73f409cd34fdfbcab4a59f93689ae27c8 /.gitmodules | |
parent | 3853d152bc59840ab417250e87fdea82bb29032f (diff) |
user/ext2fs: basic ext2 read support
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a8a484d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "src/user/app/ext2fs/ext2"] + path = src/user/app/ext2fs/ext2 + url = https://github.com/dzwdz/ext2.git |