Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 08/14/1997 15:30:02
drochner
Thu Aug 14 08:22:02 PDT 1997
Update of /cvsroot/src/sys/arch/i386/stand/lib
In directory netbsd1:/var/slash-tmp/cvs-serv3976

Modified Files:
	libi386.h biosmem.S 
Added Files:
	biosmemx.S getextmemx.c 
Log Message:
New, optional, method to get size of extended memory.
It will be used for getextmem() if EXTENDED_MEMDETECT is defined.
Worked on all tested machines.
Thanks to all testers, especially Martin Husemann!


drochner
Thu Aug 14 08:28:48 PDT 1997
Update of /cvsroot/src/sys/arch/i386/stand/dosboot
In directory netbsd1:/var/slash-tmp/cvs-serv4895/dosboot

Modified Files:
	main.c 
Log Message:
Use traditional memory detect function (int15/88) as indication for
a XMS driver.
>From Martin Husemann.


drochner
Thu Aug 14 08:28:50 PDT 1997
Update of /cvsroot/src/sys/arch/i386/stand/lib
In directory netbsd1:/var/slash-tmp/cvs-serv4895/lib

Modified Files:
	exec_fromdos.c 
Log Message:
Use traditional memory detect function (int15/88) as indication for
a XMS driver.
>From Martin Husemann.