1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Add additional comment.

This commit is contained in:
David Greenman 1994-12-11 03:11:23 +00:00
parent 32b88083a9
commit d83ea8bcbd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5036
2 changed files with 8 additions and 4 deletions

View File

@ -35,7 +35,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91 * from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
* $Id: machdep.c,v 1.95 1994/11/27 01:49:39 phk Exp $ * $Id: machdep.c,v 1.96 1994/12/11 02:28:36 davidg Exp $
*/ */
#include "npx.h" #include "npx.h"
@ -1332,7 +1332,9 @@ init386(first)
/* /*
* Do simple memory test over range of extended memory that BIOS * Do simple memory test over range of extended memory that BIOS
* indicates exists. Adjust Maxmem to the highest page of * indicates exists. Adjust Maxmem to the highest page of
* good memory. * good memory. Don't kill the last page of memory - it's
* where the message buffer lives and should be preserved
* after reboot.
*/ */
printf("Testing memory (%dMB)...", ptoa(Maxmem)/1024/1024); printf("Testing memory (%dMB)...", ptoa(Maxmem)/1024/1024);

View File

@ -35,7 +35,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91 * from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
* $Id: machdep.c,v 1.95 1994/11/27 01:49:39 phk Exp $ * $Id: machdep.c,v 1.96 1994/12/11 02:28:36 davidg Exp $
*/ */
#include "npx.h" #include "npx.h"
@ -1332,7 +1332,9 @@ init386(first)
/* /*
* Do simple memory test over range of extended memory that BIOS * Do simple memory test over range of extended memory that BIOS
* indicates exists. Adjust Maxmem to the highest page of * indicates exists. Adjust Maxmem to the highest page of
* good memory. * good memory. Don't kill the last page of memory - it's
* where the message buffer lives and should be preserved
* after reboot.
*/ */
printf("Testing memory (%dMB)...", ptoa(Maxmem)/1024/1024); printf("Testing memory (%dMB)...", ptoa(Maxmem)/1024/1024);