From 2b1f0740db79c8e6b9331f3122e22be3f3297731 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Thu, 2 Oct 2003 19:24:10 +0000 Subject: [PATCH] Describe the hw.physmem loader variable. --- sys/boot/common/loader.8 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8 index 77b8ce4d02..38dd72e9d4 100644 --- a/sys/boot/common/loader.8 +++ b/sys/boot/common/loader.8 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/sys/boot/common/loader.8,v 1.18.2.15 2003/05/10 23:40:09 murray Exp $ -.\" $DragonFly: src/sys/boot/common/loader.8,v 1.2 2003/06/17 04:28:16 dillon Exp $ +.\" $DragonFly: src/sys/boot/common/loader.8,v 1.3 2003/10/02 19:24:10 dillon Exp $ .\" .\" Note: The date here should be updated whenever a non-trivial .\" change is made to the manual page. @@ -472,6 +472,10 @@ Overrides the compile-time set value of .Va TCBHASHSIZE or the preset default of 512. Must be a power of 2. +.It Va hw.physmem +Overrides the amount of physical memory recognized by the system. +May be specified in units of 'g'igabytes, 'm'egabytes, or 'k'ilobytes. +This variable is typically only used for debugging purposes. .El .Ss BUILTIN PARSER When a builtin command is executed, the rest of the line is taken -- 2.41.0