Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 01/23/1998 00:50:03
mycroft
Thu Jan 22 16:44:11 PST 1998
Update of /cvsroot/src/sys/arch/i386/i386
In directory netbsd1:/var/slash-tmp/cvs-serv9332/i386

Modified Files:
	gdt.c locore.s machdep.c pmap.c sys_machdep.c 
Log Message:
Some rearrangement of the startup code:
* Move some of the memory bootstrapping and the DDB startup earlier.
* Always put the IDT and the initial GDT and LDT in a separate page.
* Various minor changes.

mycroft
Thu Jan 22 16:44:12 PST 1998
Update of /cvsroot/src/sys/arch/i386/include
In directory netbsd1:/var/slash-tmp/cvs-serv9332/include

Modified Files:
	segments.h 
Log Message:
Some rearrangement of the startup code:
* Move some of the memory bootstrapping and the DDB startup earlier.
* Always put the IDT and the initial GDT and LDT in a separate page.
* Various minor changes.

mycroft
Thu Jan 22 16:44:15 PST 1998
Update of /cvsroot/src/sys/arch/i386/isa
In directory netbsd1:/var/slash-tmp/cvs-serv9332/isa

Modified Files:
	isa_machdep.c npx.c 
Log Message:
Some rearrangement of the startup code:
* Move some of the memory bootstrapping and the DDB startup earlier.
* Always put the IDT and the initial GDT and LDT in a separate page.
* Various minor changes.