...
ss20 – CHARON-SSP/4M 32-bit SPARC V8, sun4m Architecture Virtual Machine
e450 – CHARON-SSP/4U 64-bit SPARC V9, sun4u Architecture Virtual Machine
Synopsis
ss20 | e450 [ [ -a alias_name ] [ -d ] -f config_file [ -s ] ] [ -h ] [ -k pid ] [ -l ]
|
...
The following command reference describes the syntax and operation of the commands supported in this version of CHARON-SSP for GNU/ Linux.
Panel |
---|
bgColor | #ffffff |
---|
titleBGColor | #f0f0f0 |
---|
title | Interactive Mode Command Reference |
---|
|
Command | Description |
---|
help [ command ]
| Display command line help. | Arguments | command | Specify a command name to return more specific help. This argument is optional. | d [address size ]
| Display a region of memory within the virtual machine. If no parameters are specified the command will use the previous values for address and size . | Arguments | address | Hexadecimal address of starting memory location to display. | size | Hexadecimal length of the memory region. The default is 0x100 . | m address value
| Set the 8-bit value at address to value . | Arguments | address | Address of memory location to update. This address is specified in hexadecimal notation. | value | 8 bit value to be stored at address . This value is specified in hexadecimal notation. | quit | Exit the virtual machine. This is equivalent of executing power off from the Alpha SRM console. |
|
Exit Status
The ss20
and e450
virtual machine exits 0
on success and 255
if an error occurs.
...