diff options
author | msmith <msmith@FreeBSD.org> | 1998-10-31 02:53:12 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 1998-10-31 02:53:12 +0000 |
commit | 27a325f1057840588fa18b5c5bc897228707910b (patch) | |
tree | 19a93f1ae5b8adea2f1faee80d1c2160d917e50a /sys/boot/i386/loader/help.i386 | |
parent | e6108119c4a18c3dd11e5fda0bbd6b84a63a923f (diff) | |
download | FreeBSD-src-27a325f1057840588fa18b5c5bc897228707910b.zip FreeBSD-src-27a325f1057840588fa18b5c5bc897228707910b.tar.gz |
- Add a new command 'lsdev' to list devices which might be likely to host
filesystems.
- New 'help' command and data in the help.* files (not yet installed),
provides topic and subtopic help, indexes, etc.
- Don't crash if the user tries to set an invalid console. Be helpful
instead.
- Expand tabs (badly) on the i386 video console.
- Some minor cosmetic changes.
Diffstat (limited to 'sys/boot/i386/loader/help.i386')
-rw-r--r-- | sys/boot/i386/loader/help.i386 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sys/boot/i386/loader/help.i386 b/sys/boot/i386/loader/help.i386 new file mode 100644 index 0000000..2d2da43 --- /dev/null +++ b/sys/boot/i386/loader/help.i386 @@ -0,0 +1,16 @@ +################################################################################ +# 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. + +################################################################################ |