diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-06-24 01:24:31 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-06-24 01:24:31 +0300 |
commit | 1f8d96cbabd235a40645d856b75b412438b0c2bc (patch) | |
tree | 1c307862b81af6aede231ee7d29b8e191c9d8a15 /AKFS | |
parent | 6e3d54262bce85a03cb32e116b35acaa4c625423 (diff) | |
download | arching-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-- | AKFS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |