PC/TCP Packet Driver: Difference between revisions

Content deleted Content added
Drivers: Removed section, see talk page
Tag: section blanking
cleaned up a bit
Line 1:
'''PC/TCP Packet Driver''' is an [[Application programming interface|API]] created in 1986 by [[FTP Software]] for [[network card|network cards]]s under [[x86]]-[[Disk Operating System|DOS]]es like [[MS-DOS]], [[DR-DOS]], [[FreeDOS]], etc. It uses thean [[INT (x86 instruction)|x86 interrupt number]] (INT) between 60h .. 80h, most commonly 60h. The exact numberinterrupt is detected at run-timeruntime. 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}}
 
ThePacket driverdrivers can handleimplement many different network interfaces, including [[Ethernet]], [[Token ring]], [[RS-232]], [[ARCNET|Arcnet]], and [[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>
 
== Functions ==