From owner-cvs-all Mon Jul 27 09:46:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA18600 for cvs-all-outgoing; Mon, 27 Jul 1998 09:46:57 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA18470; Mon, 27 Jul 1998 09:46:20 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) From: Jonathan Lemon Received: (from jlemon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA11143; Mon, 27 Jul 1998 09:45:09 -0700 (PDT) Date: Mon, 27 Jul 1998 09:45:09 -0700 (PDT) Message-Id: <199807271645.JAA11143@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 locore.s vm86.c vm86bios.s Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jlemon 1998/07/27 09:45:08 PDT Modified files: sys/i386/i386 locore.s vm86.c vm86bios.s Log: Re-arrange the page layout used by vm86_bioscall so that we can potentially re-use the stack page. Cosmetic cleanup of the code to de-obfuscate it and make it easier to follow. There should be no functional changes in this commit. Revision Changes Path 1.111 +8 -3 src/sys/i386/i386/locore.s 1.13 +56 -38 src/sys/i386/i386/vm86.c 1.3 +25 -17 src/sys/i386/i386/vm86bios.s