Initial import from FreeBSD RELENG_4:
[games.git] / sys / boot / i386 / loader / help.i386
1 ################################################################################
2 # Treboot DReboot the system
3
4         reboot
5
6         Causes the system to immediately reboot.
7
8 ################################################################################
9 # Theap DDisplay memory management statistics
10
11         heap
12
13         Requests debugging output from the heap manager.  For debugging use
14         only.
15
16 ################################################################################
17 # Tset Snum_ide_disks DSet the number of IDE disks
18
19         NOTE: this variable is deprecated, use root_disk_unit instead.
20
21         set num_ide_disks=<value>
22
23         When booting from a SCSI disk on a system with one or more IDE disks,
24         and where the IDE disks are the default boot device, it is necessary
25         to tell the kernel how many IDE disks there are in order to have it
26         correctly locate the SCSI disk you are booting from.
27
28 ################################################################################
29 # Tset Sboot_userconfig DStart Userconfig
30
31         set boot_userconfig
32
33         Requests that the kernel's interactive device configuration program
34         be run when the kernel is booted.
35
36 ################################################################################
37 # Tset Sroot_disk_unit DForce the root disk unit number.
38
39         set root_disk_unit=<value>
40
41         If the code which detects the disk unit number for the root disk is
42         confused, eg. by a mix of SCSI and IDE disks, or IDE disks with
43         gaps in the sequence (eg. no primary slave), the unit number can be
44         forced by setting this variable.
45
46 ################################################################################