commands/hal/hal.cif
changeset 0 7f656887cf89
child 66 2a78c4ff2eab
equal deleted inserted replaced
-1:000000000000 0:7f656887cf89
       
     1 # hal.cif
       
     2 # 
       
     3 # Copyright (c) 2010 Accenture. All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of the "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 # 
       
     9 # Initial Contributors:
       
    10 # Accenture - Initial contribution
       
    11 #
       
    12 
       
    13 ==name hal
       
    14 
       
    15 ==short-description
       
    16 
       
    17 Set, get and list available Hardware Abstraction Layer attributes.
       
    18 
       
    19 ==see-also
       
    20 
       
    21 L<sysinfo|sysinfo>, L<kerninfo|kerninfo>
       
    22 
       
    23 ==argument enum operation optional
       
    24 
       
    25 The required operation. If not specified, 'list' is assumed.
       
    26 
       
    27 ==enum-value list
       
    28 
       
    29 List all the attributes on the system.
       
    30 
       
    31 ==enum-value get
       
    32 
       
    33 Get a HAL value.
       
    34 
       
    35 ==enum-value set
       
    36 
       
    37 Set a HAL value.
       
    38 
       
    39 ==enum-value dump
       
    40 
       
    41 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.
       
    42 
       
    43 ==argument uint attribute optional
       
    44 
       
    45 The attribute to get or set.
       
    46 
       
    47 ==argument int value optional
       
    48 
       
    49 The attribute value to set.
       
    50 
       
    51 ==option int d device
       
    52 
       
    53 Specify the HAL device number. This can be used, for example, to specify which screen you are interested in.
       
    54 
       
    55 ==option filename f dump-file-name
       
    56 
       
    57 Specify the name of the file to be dumped by the 'dump-file' operation.
       
    58 
       
    59 ==copyright
       
    60 
       
    61 Copyright (c) 2009-2010 Accenture. All rights reserved.
       
    62