Virtual disk drive based on ideas from Terence J. Boldt
Go to file
Oliver Schmidt a97458f07c Declared missing shutdown logic as unproblematic.
The only thing a shutdown logic would do is to clean up the very resources the OS cleans up anyway when interrupting the process. So I just don't see the point in the complexity of a signal handler (and SetConsoleCtrlHandler on Windows).
2018-02-14 21:22:16 +01:00
client Added Makefile to build the xHD client. 2018-01-31 23:30:43 +01:00
server Declared missing shutdown logic as unproblematic. 2018-02-14 21:22:16 +01:00
.gitattributes Force text file conversion for this repo. 2018-01-26 21:44:20 +01:00
.gitignore Added Makefile to build the xHD client. 2018-01-31 23:30:43 +01:00
LICENSE.txt Set license based on agreement from author. 2018-01-26 21:48:56 +01:00
README.md Initial commit 2018-01-25 22:52:21 +01:00

xHD

Virtual disk drive based on ideas from Terence J. Boldt