diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2019-12-23 12:44:35 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2019-12-23 12:44:35 +0000 |
commit | fdd2ffcf5d75fba420c52a3616b95483892d6d85 (patch) | |
tree | ebc3c26c73454077d30ba5fd25390526376f459f /sys/arch/i386/stand | |
parent | a0487c8690ee9a5fc613d126ed008e26f34ec57e (diff) |
The boot loader allows to inspect memory with the hexdump command.
Document the new feature in boot(8) man page.
OK jmc@ deraadt@
Diffstat (limited to 'sys/arch/i386/stand')
-rw-r--r-- | sys/arch/i386/stand/boot/boot.8 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/boot/boot.8 b/sys/arch/i386/stand/boot/boot.8 index 4547fe36d07..6a15b898f93 100644 --- a/sys/arch/i386/stand/boot/boot.8 +++ b/sys/arch/i386/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.66 2019/10/20 22:15:08 kn Exp $ +.\" $OpenBSD: boot.8,v 1.67 2019/12/23 12:44:34 bluhm Exp $ .\" .\" Copyright (c) 1997-2001 Michael Shalayeff .\" All rights reserved. @@ -25,7 +25,7 @@ .\" THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: October 20 2019 $ +.Dd $Mdocdate: December 23 2019 $ .Dt BOOT 8 i386 .Os .Sh NAME @@ -204,6 +204,11 @@ on the console device. .It Ic help Prints a list of available commands and machine dependent commands, if any. +.It Ic hexdump Ar addr size +Show +.Ar size +bytes of memory at address +.Ar addr . .It Ic machine Op Ar command Issues machine-dependent commands. These are defined for i386 architecture: |