aboutsummaryrefslogtreecommitdiff
path: root/AKFS
diff options
context:
space:
mode:
Diffstat (limited to 'AKFS')
-rw-r--r--AKFS11
1 files changed, 11 insertions, 0 deletions
diff --git a/AKFS b/AKFS
index a466ca6..6527ab9 100644
--- a/AKFS
+++ b/AKFS
@@ -139,3 +139,14 @@ the correctness of the path/file.
To take care of all the above, a "driver" should be implemented, that it would
be given a hash and it would return the location of the file. We can go for the
2digit per directory approach.
+
+Update
+------
+
+Driver was made but grouped for 1digit per directory per hash.
+
+- `lib/_ak_fs` is introduced
+- `src/akfs.c` is introduced
+
+The C file is for future development and usage while `lib/_ak_fs` is the one
+actively being used in the project.