set-abs

set-abs


set-8mm Index Level set-batch
Syntax set-abs file.reference {(options)}
Category TCL
Type Verb
Description designates a file as the data section associated to the boot abs, or control the boot abs specifications.
If no options are specified, the ABS file is set up to define the boot ABS area.
This verb is intended for use only by system development personnel.
Options number  Designates the number of frames to load into boot ABS. "number" should be large enough to ensure the entire code area in the ABS area is loaded. If "number" is not specified, the entire ABS area is loaded. This option is relevent only with the "l" option.

l  Copies the ABS area from the ABS file to boot ABS. PCB0 is not overwritten.

s  Sizes the ABS file to the size of boot ABS. If boot ABS is larger than specified in the ABS file, frame specification items are added to the ABS file as needed.

See Also exec abs file system-coldstart
Example set-abs abs (l950)
This loads 950 frames from the ABS file into boot ABS.
Warnings This command is normally inserted in the "system-coldstart" macro, and should be used with extreme care.
Compatibility D3 7.0 AP
set-8mm Index Level set-batch