Go to file
2018-06-18 04:55:51 +03:00
img Add read_all and read_range, update tests, fixes 2018-06-18 04:55:51 +03:00
test Add read_all and read_range, update tests, fixes 2018-06-18 04:55:51 +03:00
tools Add read_all and read_range, update tests, fixes 2018-06-18 04:55:51 +03:00
.gitignore Add read_all and read_range, update tests, fixes 2018-06-18 04:55:51 +03:00
debug-fdo.inc Working prototype. 2017-10-18 03:08:32 +03:00
kofu.c Add read_all and read_range, update tests, fixes 2018-06-18 04:55:51 +03:00
kofuse.c Add read_all and read_range, update tests, fixes 2018-06-18 04:55:51 +03:00
kolibri.asm Add read_all and read_range, update tests, fixes 2018-06-18 04:55:51 +03:00
kolibri.h Add read_all and read_range, update tests, fixes 2018-06-18 04:55:51 +03:00
makefile Add read_all and read_range, update tests, fixes 2018-06-18 04:55:51 +03:00
README Call kos_fuse_lfn, add tools/mkdirrange, cleanup. 2018-05-10 00:08:52 +03:00
system.inc Use llseek syscall instead of lseek. 2018-05-15 09:54:22 +03:00

This is a common project for two related tools, kofuse and kofu. The idea is to
make UNIX tools that use unchanged KolibriOS dyndisk and fs source to test these
parts in native environment.


Kofuse
is a short for KolibriOS and FUSE [1]. 


Kofu
is Kolibri Filesystem in Userspace.


BUILD
KOLIBRI_TRUNK

Architecture


Find img files here: https://baravy.by/kofuse/img/


[1] https://github.com/libfuse/libfuse