Virtual disk drive based on ideas from Terence J. Boldt
Go to file
Oliver Schmidt 7703e20cce Added mmap() for Windows.
In contrast to the Cygwin project the MinGW project isn't about bringing *IX features to Windows. Therefore it's not surprising that Mingw-w64 doesn't include support for mmap(). Fortunately this issue as already been solved - in fact several times. I chose the implementation in https://github.com/digitalinteraction/openmovement/tree/master/Software/AX3/omconvert as it seemed straightforward. If actually using the code should show issues I'd maybe try another variant.

Note: The mman.h "adapter" was added by me.
2018-01-31 11:58:16 +01:00
client/z8530 Current xHD client for IIgs. 2018-01-26 22:04:39 +01:00
server Added mmap() for Windows. 2018-01-31 11:58:16 +01:00
.gitattributes Force text file conversion for this repo. 2018-01-26 21:44:20 +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