Go to file
2018-05-18 19:48:50 +03:00
img Use dyndisk KolibriOS code, add test prototypes. 2018-05-06 22:58:05 +03:00
test Use libc calloc instead of own malloc stub. 2018-05-18 10:09:05 +03:00
tools Call kos_fuse_lfn, add tools/mkdirrange, cleanup. 2018-05-10 00:08:52 +03:00
.gitignore Use llseek syscall instead of lseek. 2018-05-15 09:54:22 +03:00
debug-fdo.inc Working prototype. 2017-10-18 03:08:32 +03:00
kofu.c Pass sector size as argument, don't hardcode. 2018-05-18 19:48:50 +03:00
kofuse.c Pass sector size as argument, don't hardcode. 2018-05-18 19:48:50 +03:00
kolibri.asm Pass sector size as argument, don't hardcode. 2018-05-18 19:48:50 +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