#****************************************************************************
#
#       Project         : Server/Loader V3.1
#       Component       : Server example.
#       File            : README
#       Author          : 
#       Description     : 
#       History         : 
#
#****************************************************************************

This example program as-is works with a HEPC3 with one processor TIM-40
module inserted. The processor module must be a C40 type processor. If
your configuration is different, please edit the "network" file: 
1. If you have a C44 processor, change "HOSTLINK 3" to "HOSTLINK 4".
2. If you use a HEPC2E board, replace "BD API hep3b 0 0" by "BD API
   hep2e 0 0".
3. If you use a HEQUAD, change "idrom.out" in the "ND" lines by one of
   the "hequadxx.out" files (xx being 40, 50 or 60, the number indica-
   ting the processors clock frequency). You must also change "HOSTLINK
   3" to "HOSTLINK 4".

To run the example, simply type

	w32

(If you use pure MS-DOS or Windows 3.1 (DOS box) then use

        dosrun

This batch file will also run under Windows 95/98, but not
under Windows NT.)

To compile & link the C4x example, simply type

	make

The Server/Loader uses a network description file (called "network")
to decide what nodes need to be loaded via what links. This is further
described in the manual ("sl.pdf" in the manuals directory on the
Hunt Engineering CD).

26/01/2000
