From owner-cvs-sys Mon Apr 14 11:32:23 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA04697 for cvs-sys-outgoing; Mon, 14 Apr 1997 11:32:23 -0700 (PDT) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA04610; Mon, 14 Apr 1997 11:32:00 -0700 (PDT) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id MAA24666; Mon, 14 Apr 1997 12:31:56 -0600 (MDT) Date: Mon, 14 Apr 1997 12:31:56 -0600 (MDT) Message-Id: <199704141831.MAA24666@rocky.mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Poul-Henning Kamp Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/i386 swtch.s In-Reply-To: <199704141812.LAA03242@freefall.freebsd.org> References: <199704141812.LAA03242@freefall.freebsd.org> X-Mailer: VM 6.26 under 19.15 XEmacs Lucid Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified: sys/i386/i386 swtch.s > Log: > Forget all about APM. Instead of "hlt" call through a vector which > APM can then fiddle with. Default for the vector is to "htl; ret" I *like* this. Now, do you want to add code to the apm assembly to futz with the hlt_vector. :) Nate