]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sys/boot/i386/loader/help.i386
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / sys / boot / i386 / loader / help.i386
1 ################################################################################
2 # TACPI DControl ACPI module behaviour
3
4         $acpi_load
5
6         If set, the ACPI module will be loaded.  Clear it with
7
8         unset acpi_load
9
10         $hint.acpi.0.disabled="1"
11
12         If set, the ACPI module won't be loaded.
13
14         Note that the ACPI autodetection sets a number of hints to
15         pass information to the ACPI module.  These should not be 
16         overridden, or system behaviour will be undefined.
17
18
19 ################################################################################
20 # Treboot DReboot the system
21
22         reboot
23
24         Causes the system to immediately reboot.
25
26 ################################################################################
27 # Theap DDisplay memory management statistics
28
29         heap
30
31         Requests debugging output from the heap manager.  For debugging use
32         only.
33
34 ################################################################################
35 # Tset Snum_ide_disks DSet the number of IDE disks
36
37         NOTE: this variable is deprecated, use root_disk_unit instead.
38
39         set num_ide_disks=<value>
40
41         When booting from a SCSI disk on a system with one or more IDE disks,
42         and where the IDE disks are the default boot device, it is necessary
43         to tell the kernel how many IDE disks there are in order to have it
44         correctly locate the SCSI disk you are booting from.
45
46 ################################################################################
47 # Tset Sroot_disk_unit DForce the root disk unit number.
48
49         set root_disk_unit=<value>
50
51         If the code which detects the disk unit number for the root disk is
52         confused, eg. by a mix of SCSI and IDE disks, or IDE disks with
53         gaps in the sequence (eg. no primary slave), the unit number can be
54         forced by setting this variable.
55
56 ################################################################################
57 # Tsmap DDisplay BIOS SMAP table
58
59         smap
60
61         Displays the BIOS SMAP (system memory map) table.
62
63 ################################################################################