mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
update README
This commit is contained in:
parent
de85070e73
commit
38ad8fd27d
@ -42,7 +42,8 @@ The project source code is organized as follows:
|
|||||||
* src/launcher: Source code to the launcher service and the launchctl utility.
|
* src/launcher: Source code to the launcher service and the launchctl utility.
|
||||||
* src/sys: Source code to the WinFsp FSD.
|
* src/sys: Source code to the WinFsp FSD.
|
||||||
* opt/cygfuse: Source code for the Cygwin FUSE package.
|
* opt/cygfuse: Source code for the Cygwin FUSE package.
|
||||||
* tst/memfs: Source code to an example file system written in C++ (memfs).
|
* tst/memfs*: Source code to an example file system written in C/C++ (memfs) or C# (memfs-dotnet).
|
||||||
|
* tst/passthrough*: Source code to additional example file systems.
|
||||||
* tst/winfsp-tests: WinFsp test suite.
|
* tst/winfsp-tests: WinFsp test suite.
|
||||||
|
|
||||||
## Building and Running
|
## Building and Running
|
||||||
@ -72,7 +73,7 @@ WinFsp is designed to run on Windows 7 and above. It has been tested on the foll
|
|||||||
I am looking for help in the following areas:
|
I am looking for help in the following areas:
|
||||||
|
|
||||||
* If you have a file system that runs on FUSE please consider porting it to WinFsp. WinFsp has a native API, but it also has a FUSE (high-level) API.
|
* If you have a file system that runs on FUSE please consider porting it to WinFsp. WinFsp has a native API, but it also has a FUSE (high-level) API.
|
||||||
* If you are working with a language other than C/C++ (e.g. Delphi, C#, etc.) and you are interested in porting/wrapping WinFsp I would love to hear from you.
|
* If you are working with a language other than C/C++ (e.g. Delphi, Java, etc.) and you are interested in porting/wrapping WinFsp I would love to hear from you.
|
||||||
* There are a number of outstanding issues listed in the [GitHub repository](https://github.com/billziss-gh/winfsp/issues). Many of these require knowledge of Windows kernel-mode and an understanding of the internals of WinFsp so they are not for the faint of heart.
|
* There are a number of outstanding issues listed in the [GitHub repository](https://github.com/billziss-gh/winfsp/issues). Many of these require knowledge of Windows kernel-mode and an understanding of the internals of WinFsp so they are not for the faint of heart.
|
||||||
|
|
||||||
In all cases I can provide ideas and/or support.
|
In all cases I can provide ideas and/or support.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user