Go to file
2018-06-13 04:29:17 +03:00
img Use free from libc, fix ls_range 2018-06-13 04:29:17 +03:00
test Add tests, generate hdd images on the fly. 2018-05-19 18:50:15 +03:00
tools Add tests, generate hdd images on the fly. 2018-05-19 18:50:15 +03:00
.gitignore Add tests, generate hdd images on the fly. 2018-05-19 18:50:15 +03:00
debug-fdo.inc Working prototype. 2017-10-18 03:08:32 +03:00
kofu.c Use free from libc, fix ls_range 2018-06-13 04:29:17 +03:00
kofuse.c Pass sector size as argument, don't hardcode. 2018-05-18 19:48:50 +03:00
kolibri.asm Use free from libc, fix ls_range 2018-06-13 04:29:17 +03:00
kolibri.h Pass sector size as argument, don't hardcode. 2018-05-18 19:48:50 +03:00
makefile Use libc calloc instead of own malloc stub. 2018-05-18 10:09:05 +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