Go to file
2019-11-09 01:37:01 +03:00
img Dir lookup test. 2019-11-09 01:37:01 +03:00
test Dir lookup test. 2019-11-09 01:37:01 +03:00
tools Get rid of losetup, fix s05k_b2k_n8k tests, set name length for mkdirrange. 2019-11-08 05:22:07 +03:00
.gitignore Make an order in test/ directory, write proper makefile. 2019-10-22 05:24:44 +03:00
cio.c New commands: cd and pwd. Display cwd in prompt. More tests. 2019-10-25 04:48:13 +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 Dir lookup test. 2019-11-09 01:37:01 +03:00
kofuse.c Rename kos_fuse_lfn to kos_lfn, remove kos_fuse_init prototype. 2019-10-22 06:12:35 +03:00
kolibri.asm Fix reading at the end of file, update tests, add TODO. 2019-10-27 03:54:38 +03:00
kolibri.h Don't go into infinite loop on fs error, print file attributes as letters. 2019-11-07 02:51:55 +03:00
LICENSE Collect coverage via LBR profiling. 2019-10-09 02:35:47 +03:00
makefile Don't go into infinite loop on fs error, print file attributes as letters. 2019-11-07 02:51:55 +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
TODO Fix reading at the end of file, update tests, add TODO. 2019-10-27 03:54:38 +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