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