Date: Mon, 27 Jul 1998 09:45:09 -0700 (PDT) From: Jonathan Lemon <jlemon@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 locore.s vm86.c vm86bios.s Message-ID: <199807271645.JAA11143@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807271645.JAA11143>