Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 06/13/1997 17:50:02
drochner
Fri Jun 13 10:49:23 PDT 1997
Update of /cvsroot/src/sys/arch/i386/stand
In directory netbsd1:/var/slash-tmp/cvs-serv162

Modified Files:
	Makefile.booters 
Log Message:
Allow to boot from DOS if a XMS manager is installed.
XMS is recognized and used as temporary buffer for the kernel image.
The processor must still be in real mode at program start, so EMM386
or QEMM are not allowed. W*95 is OK.
Written by Martin Husemann (pr port-i386/3336).
Completely separated from other bootloaders for sanity.


drochner
Fri Jun 13 10:49:24 PDT 1997
Update of /cvsroot/src/sys/arch/i386/stand/dosboot
In directory netbsd1:/var/slash-tmp/cvs-serv162/dosboot

Modified Files:
	Makefile 
Log Message:
Allow to boot from DOS if a XMS manager is installed.
XMS is recognized and used as temporary buffer for the kernel image.
The processor must still be in real mode at program start, so EMM386
or QEMM are not allowed. W*95 is OK.
Written by Martin Husemann (pr port-i386/3336).
Completely separated from other bootloaders for sanity.


drochner
Fri Jun 13 10:49:26 PDT 1997
Update of /cvsroot/src/sys/arch/i386/stand/lib
In directory netbsd1:/var/slash-tmp/cvs-serv162/lib

Modified Files:
	libi386.h 
Added Files:
	exec_fromdos.c 
Log Message:
Allow to boot from DOS if a XMS manager is installed.
XMS is recognized and used as temporary buffer for the kernel image.
The processor must still be in real mode at program start, so EMM386
or QEMM are not allowed. W*95 is OK.
Written by Martin Husemann (pr port-i386/3336).
Completely separated from other bootloaders for sanity.


drochner
Fri Jun 13 10:49:27 PDT 1997
Update of /cvsroot/src/sys/arch/i386/stand/lib/crt/dos
In directory netbsd1:/var/slash-tmp/cvs-serv162/lib/crt/dos

Modified Files:
	start_dos.S 
Log Message:
Allow to boot from DOS if a XMS manager is installed.
XMS is recognized and used as temporary buffer for the kernel image.
The processor must still be in real mode at program start, so EMM386
or QEMM are not allowed. W*95 is OK.
Written by Martin Husemann (pr port-i386/3336).
Completely separated from other bootloaders for sanity.