Mount disk images over the Internet on your Apple IIGS
Go to file
Stephen Heumann 77f16625c6 Report our devices as "MFM drives" so that Finder shows a 3.5" floppy icon.
Previously, we had actually been (erroneously) using the code for a generic hard drive, rather than a generic floppy as intended. The generic floppy code shows a 5.25" floppy icon, which seems less appropriate, so now we use the same code as 3.5" SuperDrives instead.
2018-08-13 18:36:24 -05:00
.gitignore Update .gitignore. 2018-08-12 17:59:34 -05:00
asmglue.asm
asmglue.h
cdev.c Prevent the CDev from running if NetDiskInit is not present. 2018-08-12 22:44:05 -05:00
cdev.rez Prevent the CDev from running if NetDiskInit is not present. 2018-08-12 22:44:05 -05:00
cdevutil.asm Add framework for NetDisk CDev. 2018-08-11 16:33:18 -05:00
driver.c Report our devices as "MFM drives" so that Finder shows a 3.5" floppy icon. 2018-08-13 18:36:24 -05:00
driver.h Report our devices as "MFM drives" so that Finder shows a 3.5" floppy icon. 2018-08-13 18:36:24 -05:00
driverwrapper.asm
driverwrapper.h
hostname.c
hostname.h
http.c Switch to using a struct for the MountURL DControl call. 2018-08-12 18:45:08 -05:00
http.h Switch to unified set of error codes. Also, do more checks for 2IMG files. 2018-08-11 01:53:53 -05:00
httptest.c Switch to unified set of error codes. Also, do more checks for 2IMG files. 2018-08-11 01:53:53 -05:00
initstart.asm
installdriver.asm
installdriver.h
Makefile Add framework for NetDisk CDev. 2018-08-11 16:33:18 -05:00
mounturl.c Implement request procedure for mounting a disk by URL. 2018-08-12 20:51:09 -05:00
mounturl.h Implement request procedure for mounting a disk by URL. 2018-08-12 20:51:09 -05:00
netdiskerror.h Add support for reporting the disk's block count. 2018-08-13 01:28:32 -05:00
netdiskinit.c Implement request procedure for mounting a disk by URL. 2018-08-12 20:51:09 -05:00
readtcp.c
readtcp.h
session.c Add support for ejecting NetDisk volumes. 2018-08-10 22:40:07 -05:00
session.h Add support for reporting the disk's block count. 2018-08-13 01:28:32 -05:00
seturl.c Switch to unified set of error codes. Also, do more checks for 2IMG files. 2018-08-11 01:53:53 -05:00
seturl.h Switch to unified set of error codes. Also, do more checks for 2IMG files. 2018-08-11 01:53:53 -05:00
strcasecmp.c
strcasecmp.h
tcpconnection.c Switch to unified set of error codes. Also, do more checks for 2IMG files. 2018-08-11 01:53:53 -05:00
tcpconnection.h Switch to unified set of error codes. Also, do more checks for 2IMG files. 2018-08-11 01:53:53 -05:00
twoimg.h Switch to unified set of error codes. Also, do more checks for 2IMG files. 2018-08-11 01:53:53 -05:00
urlparser.c
urlparser.h
version.h