Anchor | ||||
---|---|---|---|---|
|
Include Page | ||||
---|---|---|---|---|
|
When a Charon-HPA PAR instance is started, the first interface visible to the user is the PDC (processor dependent code) console of the emulated system (i.e., the firmware of the system). It provides some important function that will be described below:
...
At the console prompt Main menu: Enter command or menu >
the user can enter either one of the available commands directly or display the main menu by entering menu
:
Commands Please note: Commands can be entered by typing the full command or the abbreviation indicated by the uppercase letters. The commands can must be entered in lowercase or uppercase letters.
There is an overlap between menus, as shown by the configuration menu (type co
or more letters of the command) below:
Important general commands that exist in both menusin the main menu:
Command | Description |
---|---|
| Boot from the primary boot device. |
BOOT ALT boot alt | Boot from the alternative boot device. |
BOOT boot device | Boot from device with specified device path. Example device path: 0/0/1/0.0.0 |
PATH PRI path pri | Display primary boot path. |
PATH ALT path alt | Display alternative boot path. |
PATH path <PRI pri | ALT alt > path | Set the boot path. If neither PRI nor ALT is specified, the primary path will be set.RESET . |
search | Search for boot devices |
lif path lifimage | Boot a lif file. This parameter is currently mostly used for testing. Use only as advised by Stromasys. The path parameter is a SCSI device path for 64-bit systems, on a 32-bit system it can be the device path of a network card or a SCSI device path. The lifimage parameter contains the path of the bootable lif file (absolute path or path relative to the directory in which the emulator runs). |
reset | Restart the system. |
Div | ||
---|---|---|
| ||
Important commands only available in the configuration menu:
Command | Description |
---|---|
AUTO auto | Display the autoboot settings. |
AUTO BOOT ON | OFF auto boot on | off | Enable or disable system autoboot. |
BOOTINFO bootinfo | Displays a summary of boot parameter and paths as shown below: |
DEFAULT default | Reset the parameter values to the predefined settings. |
The Please note: the service menu and the information menu currently do not contain important additional commands.
Div | ||
---|---|---|
| ||
ODE MAPPER2 Program
The MAPPER2 program can be used to report all the emulated hardware of the emulated HP3000 or HP9000 historic PA-RISC system.
To start it, perform the following steps:
- Start the Charon instance.
- At the PDC menu, enter
BOOT PRI
to boot pri to boot from the main path. - At the prompt
Interact with IPL (Y or N)? >
, enterY.
- At the
ISL>
prompt, enter the commandODE
. - At the ODE> prompt, enter
RUN MAPPER2
.
...
After the program has completed, type exit
at the ODE prompt to return to the ISL prompt, or type exit
in the hppa Charon-PAR console to stop the emulator.
...