MANIFEST		- This file
README.1ST		- A quick summary
ax25conf.exe		- AX.25/TNC configuration utility executable
ethrax25.com		- ETHRAX25 packet driver executable
ethrax25.map		- ETHRAX25 packet driver map file
ethrax25.txt		- The documentation
winload.bat		- An example of how to load the driver for use under
			  Windows.
winpkt.com		- Shim needed to use packet driver with Windows.


SRC\ Directory
8250defs.asm		- UART definitions
ax25.asm		- AX.25 definitions
ax25args.asm		- Definitions for interface to ax25conf
ax25conf.c		- AX.25/TNC configuration utility source
ax25util.c		- ETHRAX25 driver C routines
ax25util.h		- ETHRAX25 driver header file
chrout.asm		- Packet driver utility routine
crlf.asm		- Packet driver utility routine
decout.asm		- Packet driver utility routine
digout.asm		- Packet driver utility routine
defs.asm		- Packet driver constants
ethrax25.asm		- The stub source file for the packet driver
getdig.asm		- Packet driver utility routine
getenv.asm		- Packet driver utility routine
getnum.asm		- Packet driver utility routine
head.asm		- Packet driver framework (part 1)
makefile		- Makefile modified to build ETHRAX25
pktdrvr.c		- Utility routines used by AX25CONF
pktdrvr.h		- Utility routines header file
pkterr.asm		- Packet driver error constants
printea.asm		- Packet driver utility routines
printnum.asm		- Packet driver utility routines
skipblk.asm		- Packet driver utility routines
slipmerg.asm		- The real source file for ETHRAX25 and the other
			  SLIP related drivers.
tail.asm		- Packet driver framework (part 2)
verifypi.asm		- Packet driver utility routines.

Note: The packet driver code is from the Crynwr V11.x collection.
Check out http://www.crynwr.com for anything that might be missing or
for supporting utilities.
