summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2003-06-08 03:34:49 +0000
committernyan <nyan@FreeBSD.org>2003-06-08 03:34:49 +0000
commitbb19d0fd54cc102f0e96b4d15020973f19d370b8 (patch)
tree860cd2af4e3b10c8d4cef09f09aee649042a2bf2 /sys/boot
parent0f3c3b73b26682c0762e98a9b3f3aa553339255f (diff)
downloadFreeBSD-src-bb19d0fd54cc102f0e96b4d15020973f19d370b8.zip
FreeBSD-src-bb19d0fd54cc102f0e96b4d15020973f19d370b8.tar.gz
Add help file for pc98.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/pc98/loader/Makefile2
-rw-r--r--sys/boot/pc98/loader/help.pc9846
2 files changed, 47 insertions, 1 deletions
diff --git a/sys/boot/pc98/loader/Makefile b/sys/boot/pc98/loader/Makefile
index cdbeccf..be070c5 100644
--- a/sys/boot/pc98/loader/Makefile
+++ b/sys/boot/pc98/loader/Makefile
@@ -100,7 +100,7 @@ ${PROG}.bin: ${PROG}.sym
cp ${.ALLSRC} ${.TARGET}
strip -R .comment -R .note ${.TARGET}
-${PROG}.help: help.common help.i386
+${PROG}.help: help.common help.pc98
cat ${.ALLSRC} | awk -f ${.CURDIR}/../../common/merge_help.awk > ${.TARGET}
.PATH: ${.CURDIR}/../../forth
diff --git a/sys/boot/pc98/loader/help.pc98 b/sys/boot/pc98/loader/help.pc98
new file mode 100644
index 0000000..4e4ec8b
--- /dev/null
+++ b/sys/boot/pc98/loader/help.pc98
@@ -0,0 +1,46 @@
+################################################################################
+# Treboot DReboot the system
+
+ reboot
+
+ Causes the system to immediately reboot.
+
+################################################################################
+# Theap DDisplay memory management statistics
+
+ heap
+
+ Requests debugging output from the heap manager. For debugging use
+ only.
+
+################################################################################
+# Tset Snum_ide_disks DSet the number of IDE disks
+
+ NOTE: this variable is deprecated, use root_disk_unit instead.
+
+ set num_ide_disks=<value>
+
+ When booting from a SCSI disk on a system with one or more IDE disks,
+ and where the IDE disks are the default boot device, it is necessary
+ to tell the kernel how many IDE disks there are in order to have it
+ correctly locate the SCSI disk you are booting from.
+
+################################################################################
+# Tset Sboot_userconfig DStart Userconfig
+
+ set boot_userconfig
+
+ Requests that the kernel's interactive device configuration program
+ be run when the kernel is booted.
+
+################################################################################
+# Tset Sroot_disk_unit DForce the root disk unit number.
+
+ set root_disk_unit=<value>
+
+ If the code which detects the disk unit number for the root disk is
+ confused, eg. by a mix of SCSI and IDE disks, or IDE disks with
+ gaps in the sequence (eg. no primary slave), the unit number can be
+ forced by setting this variable.
+
+################################################################################
OpenPOWER on IntegriCloud