Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Adam b4a8d373d8
Create README.md
5 years ago
..
detect initial commit 5 years ago
match initial commit 5 years ago
mic initial commit 5 years ago
slot initial commit 5 years ago
readme.txt initial commit 5 years ago

readme.txt

[match]	Fast response matching code
3/24/96 JOSEPHJ Code which builds a tree given a list of possible modem
responses and uses this tree to determine how many characters
to read and to match the characters read against one of the
possible responses.

[slot]
3/24/96 JOSEPHJ Code that implements basic IPC for some external process
to notify unimodem of external events. It is implemented using
one mailslot and one semaphore, and allows arbitary framed data
to be sent to the unimode process.