|
MakeDrvr | | Batch file used to compile the book software from Visual Studio |
makefile | | Instructions to nmake and build to compile and link. |
makefile.inc | | Additional makefile instructions for driver build process |
mof | | WMI class file |
| mofcomp | | mof file compiler |
| MDL | Memory Descriptor List | |
| MDT | Minidriver Development Tool | Printer mini-drivers |
| MSDN | Microsoft Developer Network | |
| NAK | Negative Acknowledge | |
NAK | USB Negative Acknowledge packet | |
| NDIS | Network Driver Interface Specification | |
| nmake | | Command line tool that uses makefiles to issue compile and link commands |
| nmsym | | Utility to generate symbols for NuMega Soft-ICE debugger |
| NT | New Technology | Windows NT 3.51 and Windows NT 4 |
| NIC | Network Interface Card | |
| OHCI | USB Open Host Controller Interface | |
| page size | | The size in bytes of a page of memory, i.e., the smallest unit of virtual memory. A page can either be present in physical memory, or temporarily unavailable as it has been swapped out to disk. |
OUT | | Specifies that a parameter is an output from a kernel routine |
| OUT | USB Output packet | |