From owner-freebsd-commit Thu Sep 14 19:13:41 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA11849 for freebsd-commit-outgoing; Thu, 14 Sep 1995 19:13:41 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA11837 for cvs-all-outgoing; Thu, 14 Sep 1995 19:13:34 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA11827 for cvs-sys-outgoing; Thu, 14 Sep 1995 19:13:31 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA11818 ; Thu, 14 Sep 1995 19:13:22 -0700 Date: Thu, 14 Sep 1995 19:13:22 -0700 From: David Greenman Message-Id: <199509150213.TAA11818@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/i386 locore.s Sender: owner-commit@FreeBSD.org Precedence: bulk davidg 95/09/14 19:13:21 Modified: sys/i386/i386 locore.s Log: 1) Don't double map the kernel page tables. The double mapping was never used and went a long way toward confusing the code. 2) Fix proc0's initial stack to not be 48 bytes smaller than it needs to be. 3) Correct comment about 'first' arg to init386().