MPE/iX System Utilities Reference Manual (32650-90908)

Chapter 20
SAINT
Operation
168
Syntax
LOADMILLI filename
Parameters
filename The name of the SOM file containing the system macros. This parameter is required.
Example
LOADMILLI foobar
LOADSXRT
This command opens the system cross-reference table declaration file (DSXRT), to be used when the SXRT is
built by the BUILDPME command. The file is used to build the first section of the SXRT, which continues
entries for all system entry points used by switches for CM.
Syntax
LOADSXRT filename
Parameters
filename The name of the SXRT declaration file. This parameter is required.
Example
LOADSXRT dsxrt.loader.exprmntl
LOADSYSLIB
This command opens a system library file and adds the contents to the boot image. It loads only those code
pages that are designated as memory resident or initially resident into the boot image; it loads all data pages,
regardless of residency declarations.
Syntax
LOADSYSLIB filename [realentrypoint]
[virtualentrypoint]
[syslib offset]
Parameters
filename The name of the system library file. This parameter is required.
realentrypoint The name of the entry point for the real code in the system library. The
default is init_ivaaddr.
virtualentrypoint The name of the entry point for the system library entry point. The default
is start.
syslib offset The virtual offset of the start of the system library. The default value is
zero.