SYNTAX

    hal [options] [<operation>] [<attribute>] [<value>]


OPTIONS

-h (--help) bool

Display help.

-d (--device) int

Specify the HAL device number. This can be used, for example, to specify which screen you are interested in.

-f (--dump-file-name) filename

Specify the name of the file to be dumped by the 'dump-file' operation.


ARGUMENTS

[<operation>]

The required operation. If not specified, 'list' is assumed.

list

List all the attributes on the system.

get

Get a HAL value.

set

Set a HAL value.

dump

Display the contents of (by default) '<system_drive>:\private\102825B1\HAL.DAT' in symbolic form. Note, the name of the file to be dumped can be overridden with the '-f' option.

[<attribute>]

The attribute to get or set. [uint]

[<value>]

The attribute value to set. [int]


DESCRIPTION

Set, get and list available Hardware Abstraction Layer attributes.


SEE ALSO

sysinfo, kerninfo


COPYRIGHT

Copyright (c) 2009-2010 Accenture. All rights reserved.