User guide

2: Software Installation
DC 900-1333P 85
2. From your
op-sys directory, create the bin and lib directories if they dont already
exist.
cd op-sys
mkdir bin
mkdir lib
Step 2: Run the make file
From the
freeway\lib directory, enter the following command. The newly created files
will be placed in the proper
freeway\client\op-sys\bin or freeway\client\op-sys\ lib directory.
cd C:\freeway\lib
makefwy_NT
# 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–4: Sample Load File for ICP2424