mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-11-03 20:48:08 -06:00 
			
		
		
		
	update README
This commit is contained in:
		@@ -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/sys: Source code to the WinFsp FSD.
 | 
			
		||||
* 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.
 | 
			
		||||
 | 
			
		||||
## 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:
 | 
			
		||||
 | 
			
		||||
* 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.
 | 
			
		||||
 | 
			
		||||
In all cases I can provide ideas and/or support.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user