Atlantis Land A02-RA(Atmos)_ME01 manual list config, Syntax, Description, Example

Models: A02-RA(Atmos)_ME01

1 112
Download 112 pages 14.35 Kb
Page 30
Image 30

4.4.1 Syntax

build

4.4.2 Description

Display information about compile-time build options. For example, if tracing or debug code has been compiled into the image.

4.4.3 Example

build

4.5config

4.5.1Syntax

config <configurationstring>

4.5.2 Description

Issue a configuration request to BUN.

This command can be used to pass arbitrary configuration strings to BUN, effectively calling bun_ConfigMakeRequest() with the supplied configuration string. This may be used to create new devices or ports at run time, using the same syntax as the configuration strings in the SYSTEM file BUN_CONFIG_<n> directives. This can be particularly useful during the development of new software.

4.5.3 Example

config device : nuclear = detonator, uranium

config port : launch = nuclear/silo=3

This can also be written as simply:

device : nuclear = detonator, uranium

port : launch = nuclear/silo=3

4.6list config

4.6.1Syntax

list config

4.6.2 Description

List the configuration requests that have been passed to BUN.

BUN records all configuration requests that are issued, and maintains information about their parsing. Configuration requests can be in one of three states:

Completed – the request has completed successfully

Stalled – the request is stalled, pending creation of a (as yet) non-existent device

Failed – the request failed

Page 30
Image 30
Atlantis Land A02-RA(Atmos)_ME01 manual list config, Syntax, Description, Example