new-gertie new-gml-link
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

new-gfx-console-comp

Synopsis

new-gfx-console-comp ["name"] [height] ["title"] [visible] [vnc_port] [width]

Description

This command creates an instantiated component of the class gfx_console_comp.

The class description for the gfx_console_comp class: Simics graphics console.

name is Optional
If not specified, the component will get a class-specific default name.

height is Optional
The initial screen height in pixels.

title is Optional
The Window title.

visible is Optional
Should console be visible upon startup?.

vnc_port is Optional
Port to open a VNC server on. This is independent of the visible parameter. The port must not be a privileged port, i.e. the allowed range is [1024, 65535], or 0 for an arbitrary port.

width is Optional
The initial screen width in pixels.

Provided By

console-components
new-gertie new-gml-link