beautypg.com

Atlantis Land I-Storm A02-RA(Atmos)_ME01 User Manual

Page 30

background image

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.5 config

4.5.1 Syntax

config

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_ 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.6 list config

4.6.1 Syntax

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