help.i386 revision 41822
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	set num_ide_disks=<value>
20
21	When booting from a SCSI disk on a system with one or more IDE disks,
22	and where the IDE disks are the default boot device, it is necessary
23	to tell the kernel how many IDE disks there are in order to have it
24	correctly locate the SCSI disk you are booting from.
25
26################################################################################
27# Tset Sboot_userconfig DStart Userconfig
28
29	set boot_userconfig
30
31	Requests that the kernel's interactive device configuration program
32	be run when the kernel is booted.
33
34################################################################################
35