First post, by mbbrutman
New today: the DaynaPORT SCSI/Link Ethernet packet driver for DOS, rewritten in x86 assembly!
https://github.com/mbbrutman/daynaport-dos-pa … -driver-asm.git
In the land of DOS nobody in their right mind ever woke up and wanted to run an Ethernet adapter on their SCSI bus; that was something Mac people often had to do because of their limited expansion capabilities. But hey, now it's possible to do this to yourself under DOS!
Requirements:
- BlueSCSI or ZuluSCSI with the WiFi module, or a real DaynaPORT SCSI/Link
- A SCSI card with an ASPI layer
This is a rewrite of an existing packet driver which was written in C. That packet driver was a great "proof of concept", but it was a memory hog and it used some terrible coding practices. This version requires much less memory (6.5KB compared to 29KB), is faster, and it has more features. BlueSCSI and ZuluSCSI users with WiFi have DaynaPORT emulation already - just load an ASPI driver & this packet driver and you can fulfill your lifelong ambition to do networking over SCSI!
Bonus - It works in Windows 3 if you use WINPKT with it.