Interrupt Affinity utilities

Files:         Description
======         ===============

INSTALL.BAT  - Installation BAT file to install diskint.sys and set the
               appropriate registery values. 

REGINI.EXE   - Executable to munge registery.

d3.cmd       - Command file used when running 3 CPU configurations.  It 
               sets the disk interrupts 5, 9, 11 & 15 on CPU 1 and NIC 
               interrupt 10 on CPU 2.

d4.cmd       - Command file used when running 4 CPU configurations.  It
               sets the disk interrupts 5, 9, 11 & 15 on CPU 2 and NIC
               interrupt 10 on CPU 3.

intbind.exe  - Interrupt Affinity tool.  Use "intbind -h" to print the
               syntax help information.  The <Vector> parameter is the 
               Vector value printed by intbind when the -g option is used.
               The <DestinationMask> parameter is a bit mask which
               signifies which CPU will handle the interrupt.  A mask
               of "0xF" indicates that CPUs 1 to 4 can handle the interrupt.
               The mask bit number corresponds to the CPU number.  Thus 
               CPU 0 is bit 0 (mask of 1), CPU 1 is bit 1 ( mask of 2), 
               CPU 2 is bit 2 (mask of 4) and CPU 3 is bit 3 (mask of 8).  

intbind.reg  - Data for regini.exe.

intbind.sys  - Interrupt Affinity driver.

readme.txt   - This file

