diff options
| author | Jonathan Lemon <jlemon@FreeBSD.org> | 1999-06-24 20:53:24 +0000 |
|---|---|---|
| committer | Jonathan Lemon <jlemon@FreeBSD.org> | 1999-06-24 20:53:24 +0000 |
| commit | 7eb56d9409d95a83ac45c0fc96f8c1f67c19c229 (patch) | |
| tree | 0e250923f90ae6fb327fe4e9a98eb6900ace572d | |
| parent | 4547fffaa1772b6976ea38aa1b95335131aff019 (diff) | |
Notes
| -rw-r--r-- | sys/amd64/amd64/machdep.c | 4 | ||||
| -rw-r--r-- | sys/i386/i386/machdep.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c index 54f335988ae97..28d9841afe9a6 100644 --- a/sys/amd64/amd64/machdep.c +++ b/sys/amd64/amd64/machdep.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)machdep.c 7.4 (Berkeley) 6/3/91 - * $Id: machdep.c,v 1.342 1999/06/18 14:32:14 bde Exp $ + * $Id: machdep.c,v 1.343 1999/06/24 20:47:11 jlemon Exp $ */ #include "apm.h" @@ -1231,7 +1231,7 @@ getmemsize(int first) goto next_run; if (smap->base > 0xffffffff) { - printf("%dK of memory above 2GB ignored\n", + printf("%dK of memory above 4GB ignored\n", (u_int32_t)(smap->length / 1024)); goto next_run; } diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c index 54f335988ae97..28d9841afe9a6 100644 --- a/sys/i386/i386/machdep.c +++ b/sys/i386/i386/machdep.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)machdep.c 7.4 (Berkeley) 6/3/91 - * $Id: machdep.c,v 1.342 1999/06/18 14:32:14 bde Exp $ + * $Id: machdep.c,v 1.343 1999/06/24 20:47:11 jlemon Exp $ */ #include "apm.h" @@ -1231,7 +1231,7 @@ getmemsize(int first) goto next_run; if (smap->base > 0xffffffff) { - printf("%dK of memory above 2GB ignored\n", + printf("%dK of memory above 4GB ignored\n", (u_int32_t)(smap->length / 1024)); goto next_run; } |
