#****************************************************************************
#
#       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

	my32

To run the example with the standard Server/Loader, type

	w32

To compile the C4x example, simply type

	make

This example is to show how to use the Server/Loader library. Using
this library, you can write your own C/C++ program that can use all
of the facilities of the Server/Loader. The "mysl.cpp" file will
show how you can use the Server/Loader library to boot and serve
a TIM-40 system. 

In the WIN32 directory you will find a Microsoft C/C++ executable.
To compile and build the example, create a new console project with
Microsoft Visual C/C++ or Borland Builder. Add 'mysl.cpp' and link
with 'win32sl.lib' (Microsoft) or 'win32slbl.lib' (Borland). For
Borland, also define a compiler variable 'BL=1'.

If you intend to write your own Server, the examples in the sl_api
directory may be of more interest than this example.

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 ("svloader.pdf" in the manuals directory on
the Hunt Engineering CD).

26/01/2000

