User guide

1
Installing and Configuring Enhanced OS-9
Enhanced OS-9 for X86 PCAT 155
Hawk Profiler
To use the Hawk Profiler the system must be setup to included the
specific target configuration.
The autoexec.bat file will contain the following information. In this
example we have install to C:\MWOS, if the install path is different the
information in the autoexec.bat file will reflect the information used
during the install.
SET PATH=C:\MWOS\DOS\BIN
REM ********************************************************
SET MWOS=C:\Mwos
SET HAWKPROJDIR=C:\Mwos\projects
SET RPATH=C:\Mwos\projects
SET TARGET=sunny
REM *** THE ABOVE LINES WERE ADDED BY OS-9 for X86 ***
The profiler will use the RPATH and TARGET information.
When using the profiler the debug files .stb and .dbg created by Hawk
must be located in the same directory as the executable.
The TARGET name must be ASCII text format not dot notation (e.g..
182.52.109.44 is not valid).
When using the profiler on Windows95/98/NT4.0 systems without DNS
support you can setup a host file to allow connection to the target by
name.
To setup connection to a target system at 182.52.109.25 without DNS
support the following host file will work.
182.52.109.25 sunny
In this case the TARGET environment variable must be set prior to
making connection.
NoteNote
If the TARGET environment variable is changed you must restart your
computer.