User`s guide

Table Of Contents
User Commands 4–17
User Commands
bootadr
bootadr
The bootadr command allows you to display or modify the default boot address.
Format
bootadr [address]
Parameters
address
Specifies the starting address at which a program is loaded. Programs loaded with
the netboot command automatically begin program execution at this address. The
default address is 300000
16
.
Description
The boot address is the address at which your programs load and begin execution.
The bootadr command sets the default address for the load commands to begin
execution or to download your program into memory. If the bootadr command is
specified without an address, the command displays the current default boot address.
If you set the boot address value, the value is stored in battery-backed RAM.
Example
This example sets the starting address to 20000
16
. The next file that is loaded begins
execution from this address.
EB64> bootadr 20000