9d0ee642beb2d9d639f4720ccb9ac6ec42f1c800
[dragonfly.git] / sys / boot / pc32 / loader / help.i386
1 ################################################################################
2 # TACPI DControl ACPI module behaviour
3
4         $acpi_load
5
6         The ACPI driver provides support for the Advanced Configuration and
7         Power Management standard.
8
9         If the acpi_load variable is set, the ACPI module will be loaded.
10         The ACPI driver can be disabled with:
11
12                 unset acpi_load
13                 set hint.acpi.0.disabled=1
14
15         Note that the ACPI autodetection sets a number of hints to
16         pass information to the ACPI module.  These should not be 
17         overridden, or system behaviour will be undefined.
18
19         See acpi.4 man page (on booted system) for full description.
20
21 ################################################################################
22 # Treboot DReboot the system
23
24         reboot
25
26         Causes the system to immediately reboot.
27
28 ################################################################################
29 # Tbcachestat DDisplay disk block cache stats
30
31         bcachestat
32
33         Display disk block cache stats.  For debugging use only.
34
35 ################################################################################
36 # Theap DDisplay memory management statistics
37
38         heap
39
40         Requests debugging output from the heap manager.  For debugging use
41         only.
42
43 ################################################################################
44 # Tset Snum_ide_disks DSet the number of IDE disks
45
46         NOTE: this variable is deprecated, use root_disk_unit instead.
47
48         set num_ide_disks=<value>
49
50         When booting from a SCSI disk on a system with one or more IDE disks,
51         and where the IDE disks are the default boot device, it is necessary
52         to tell the kernel how many IDE disks there are in order to have it
53         correctly locate the SCSI disk you are booting from.
54
55 ################################################################################
56 # Tset Sboot_userconfig DStart Userconfig
57
58         set boot_userconfig
59
60         Requests that the kernel's interactive device configuration program
61         be run when the kernel is booted.
62
63 ################################################################################
64 # Tset Sroot_disk_unit DForce the root disk unit number.
65
66         set root_disk_unit=<value>
67
68         If the code which detects the disk unit number for the root disk is
69         confused, e.g. by a mix of SCSI and IDE disks, or IDE disks with
70         gaps in the sequence (i.e. no primary slave), the unit number can be
71         forced by setting this variable.
72
73 ################################################################################