1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Null commit; note that there is a new memory sizing routine that uses

the BIOS calls to determine the memory configuration.  This should fix
problems with >64M for good.

Reviewed by:	Mike Smith
This commit is contained in:
Jonathan Lemon 1999-06-01 18:25:26 +00:00
parent eb9d435ae7
commit 4065a35af3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=47679
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
* $Id: machdep.c,v 1.336 1999/05/31 18:35:53 dfr Exp $
* $Id: machdep.c,v 1.337 1999/06/01 18:19:40 jlemon Exp $
*/
#include "apm.h"

View File

@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
* $Id: machdep.c,v 1.336 1999/05/31 18:35:53 dfr Exp $
* $Id: machdep.c,v 1.337 1999/06/01 18:19:40 jlemon Exp $
*/
#include "apm.h"