Go to file
2019-10-13 04:17:29 +03:00
img Collect coverage via LBR profiling. 2019-10-09 02:35:47 +03:00
test Implement disk_add, disk_del commands, fix tests. 2019-10-13 04:17:29 +03:00
tools Implement disk_add, disk_del commands, fix tests. 2019-10-13 04:17:29 +03:00
.gitignore Collect coverage via LBR profiling. 2019-10-09 02:35:47 +03:00
cio.c Implement disk_add, disk_del commands, fix tests. 2019-10-13 04:17:29 +03:00
GPL2.txt Collect coverage via LBR profiling. 2019-10-09 02:35:47 +03:00
GPL3.txt Collect coverage via LBR profiling. 2019-10-09 02:35:47 +03:00
kofu.c Implement disk_add, disk_del commands, fix tests. 2019-10-13 04:17:29 +03:00
kofuse.c Implement disk_add, disk_del commands, fix tests. 2019-10-13 04:17:29 +03:00
kolibri.asm Implement disk_add, disk_del commands, fix tests. 2019-10-13 04:17:29 +03:00
kolibri.h Implement disk_add, disk_del commands, fix tests. 2019-10-13 04:17:29 +03:00
LICENSE Collect coverage via LBR profiling. 2019-10-09 02:35:47 +03:00
makefile Implement disk_add, disk_del commands, fix tests. 2019-10-13 04:17:29 +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
trace_lbr.c Collect coverage via LBR profiling. 2019-10-09 02:35:47 +03:00
trace_lbr.h Collect coverage via LBR profiling. 2019-10-09 02:35:47 +03:00
trace_lwp.c Collect coverage via LBR profiling. 2019-10-09 02:35:47 +03:00
trace_lwp.h Collect coverage via LBR profiling. 2019-10-09 02:35:47 +03:00
trace.c Collect coverage via LBR profiling. 2019-10-09 02:35:47 +03:00
trace.h Collect coverage via LBR profiling. 2019-10-09 02:35:47 +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