summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordownsj <downsj@openbsd.org>1996-10-25 06:20:14 +0000
committerdownsj <downsj@openbsd.org>1996-10-25 06:20:14 +0000
commit5687dabf49711db413c22e398d16d23bcef71560 (patch)
tree97cdfb7a7fb13e768dba95dd221f1fe966f787a4
parentAdded CDE dtterm capabilty. (diff)
downloadwireguard-openbsd-5687dabf49711db413c22e398d16d23bcef71560.tar.xz
wireguard-openbsd-5687dabf49711db413c22e398d16d23bcef71560.zip
be slightly more verbose for my sake
-rw-r--r--sys/arch/i386/i386/machdep.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c
index 29c5365a391..a8be82eebae 100644
--- a/sys/arch/i386/i386/machdep.c
+++ b/sys/arch/i386/i386/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.25 1996/10/23 05:23:39 etheisen Exp $ */
+/* $OpenBSD: machdep.c,v 1.26 1996/10/25 06:20:14 downsj Exp $ */
/* $NetBSD: machdep.c,v 1.202 1996/05/18 15:54:59 christos Exp $ */
/*-
@@ -1181,6 +1181,8 @@ init386(first_avail)
#endif
#ifdef EXTMEM_SIZE /* Override memory size */
+ if (biosextmem != EXTMEM_SIZE)
+ printf("Note: Overriding BIOS memsize of %d.\n", biosextmem);
biosextmem = EXTMEM_SIZE;
#endif