5. System Parameter Descriptions

5.1 # (Comment line)

5.1.1 Function

The hash (“#”) symbol marks the beginning of a comment or a full comment line.

5.1.2 Syntax

Descriptive

# [anything]

Diagram

Êʬ¬¬ # ¬¬¬§¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬§¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ÊÍ



anything

5.1.3 Parameter

anything

Any text following the asterisk symbol.

5.1.4 Examples

Example 1:

Add comment lines to the configuration file and add comment after the system parameter.


System Parameters

NUMCPU 2 # Number of emulated CPUs

MAINSIZE 1024 # Main storage in MB

5.2 * (Comment line)

5.2.1 Function

The asterisk (“*”) symbol marks the beginning of a comment or a full comment line.

5.2.2 Syntax

Descriptive

* [anything]

Diagram

Êʬ¬¬ * ¬¬¬§¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬§¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ÊÍ



anything

5.2.3 Parameter

anything

Any text following the hash symbol.

5.2.4 Examples

Example 1:

Add comment lines to the configuration file and add comment after the system parameter.

*

NUMCPU 2 * Number of emulated CPUs

MAINSIZE 1024 * Main storage in MB

Previous Page Next Page