diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-03-16 12:36:16 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-03-16 12:36:16 +0000 |
commit | 4ebe37417d62049e881707ffe0f39d7385b15802 (patch) | |
tree | 8f138d69623ae5af512fe1894262ab34613dddac /sys/arch/i386/stand/boot/boot.8 | |
parent | 51e07f7f47da47686e7033fa4fa078158e82476b (diff) |
doc machine commands
Diffstat (limited to 'sys/arch/i386/stand/boot/boot.8')
-rw-r--r-- | sys/arch/i386/stand/boot/boot.8 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/arch/i386/stand/boot/boot.8 b/sys/arch/i386/stand/boot/boot.8 index fc0a1435d8f..252a9be299e 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.7 1997/10/07 09:20:31 mickey Exp $ +.\" $OpenBSD: boot.8,v 1.8 1998/03/16 12:36:15 mickey Exp $ .\" .\" Copyright (c) 1997 Michael Shalayeff .\" All rights reserved. @@ -142,9 +142,15 @@ commands, if any. .It machine Op Ar subcommand Issues machine-dependant commands. These are defined for i386 architecture: .Bl -tag -width diskinfo_ +.It Nm cnvmem +Prints/sets the amount of conventional memory. .It Nm diskinfo Prints list of hard disks installed on your system including: BIOS device number, and the BIOS geometry. +.It Nm extmem +Prints/sets the amount of extended memory. +.It Nm memory +Prints physical memory map. .It Nm regs Prints contents of processor registers if compiled with .Em DEBUG . |