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