********************************************************************** * NE2000 COmpatible Ethernet Cards Packet Driver V100R00 * ********************************************************************** Date: 06/20/1994 Use the packet driver with NE2000 Compatible. To load the packet driver use the following syntax: UE2000 where: This specifies the software interrupt (INT) where you will load the packet driver. It must be in the range 0x60 to 0x80. The PC/TCP kernel, by default, is loaded at interrupt 0x61 (so don't load the packet driver there!) This specifies the hardware interrupt (IRQ) that be used by the UE2000II Series. The interrupt number must be the one supported by the UE2000II series. This specifies the I/O Port Address that be used by the UE2000II Series. The I/O Address must be the one supported by the UE2000II series. Example: The following command line loads the packet driver at software interrupt 60h: UE2000 0x60 0x3 0x300 Note: The placement of 0x prior to the parameters. After the packet driver is loaded, you can rung the PC/TCP kernel ETHDRV.EXE. The PC is then ready for PC/TCP communications.