User guide

48 DC 900-1333P
Freeway User Guide
2.2.4 Build the DLI and TSI Files
Build the DLI and TSI files needed by the Freeway software. A make file is included that
performs this operation.
Step 1: Create the
bin and lib directories
1. If it doesnt already exist, create the
op-sys directory, where op-sys is the identifier
for the operating system you are using:
dec, hpux, sgi, solaris, or sunos.
cd /usr/local/freeway/client
mkdir op-sys
# the below is an example for the icp2424
#
#LOAD xio_2424.mem 801200
#LOAD bsc3270_fw_2424.mem 818000
#LOAD bsc3780_fw_2424.mem 849000
#INIT 818000
#
# the below is an example for the icp2432
#
#LOAD xio_2432.mem 801200
#LOAD bsc3270_fw_2432.mem 818000
#LOAD bsc3780_fw_2432.mem 849000
#INIT 818000
#
# the below is an example for the icp6000
#
LOAD xio_6000.mem 40001200
LOAD bsc3270_fw_6000.mem 40018000
LOAD bsc3780_fw_6000.mem 40049000
INIT 40018000
Figure 2–2: Sample Load File for ICP6000