aboutsummaryrefslogtreecommitdiff
path: root/AKFS
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2024-06-24 01:24:31 +0300
committerkaotisk <kaotisk@arching-kaos.org>2024-06-24 01:24:31 +0300
commit1f8d96cbabd235a40645d856b75b412438b0c2bc (patch)
tree1c307862b81af6aede231ee7d29b8e191c9d8a15 /AKFS
parent6e3d54262bce85a03cb32e116b35acaa4c625423 (diff)
downloadarching-kaos-tools-1f8d96cbabd235a40645d856b75b412438b0c2bc.tar.gz
arching-kaos-tools-1f8d96cbabd235a40645d856b75b412438b0c2bc.tar.bz2
arching-kaos-tools-1f8d96cbabd235a40645d856b75b412438b0c2bc.zip
Updates on AKFS
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.