Content deleted Content added
No edit summary |
m Dating maintenance tags: {{Cleanup}} {{Clarify}} |
||
Line 1:
{{cleanup|date=August 2012}}
'''PC/TCP Packet Driver''' is an [[Application programming interface|API]] created in 1986 by [[FTP Software]] for [[network card]]s under [[x86]]-[[Disk Operating System|DOS]]es like [[MS-DOS]], [[DR-DOS]], [[FreeDOS]], etc. It uses the [[INT (x86 instruction)|x86 interrupt number]] (INT) between 60h .. 80h. The exact number is detected at run-time. But it's usually 60h.
An application scans through the handlers for vectors 60h through 80h until it finds one with the text string "PKT DRVR" in the 12 bytes immediately following the entry point.{{clarify|post-text= - techspeak, relevance?|date=August 2012}}
The driver can handle [[Ethernet]], [[Token ring]], [[RS-232]], [[ARCNET|Arcnet]], [[X.25]]. <ref name="crynwr_com-packet_driver">{{cite web|title=PC/TCP Packet Driver Specification|url=http://www.crynwr.com/packet_driver.html}} 090430 crynwr.com</ref>
|