From owner-freebsd-hackers Fri Nov 1 18:19:52 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA02030 for hackers-outgoing; Fri, 1 Nov 1996 18:19:52 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id SAA02009 for ; Fri, 1 Nov 1996 18:19:45 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id TAA28877; Fri, 1 Nov 1996 19:13:40 -0700 From: Terry Lambert Message-Id: <199611020213.TAA28877@phaeton.artisoft.com> Subject: Re: VM answer requested To: joerg_wunsch@uriah.heep.sax.de Date: Fri, 1 Nov 1996 19:13:40 -0700 (MST) Cc: freebsd-hackers@FreeBSD.org In-Reply-To: <199611012137.WAA23428@uriah.heep.sax.de> from "J Wunsch" at Nov 1, 96 10:37:39 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > > I'd like to be able to turn on the bit so that I get a fault (and it > > kills the offending process) when an unaligned access occurs. > > Adding support for this should be fairly simple. I wonder why you > didn't simply implement it yourself and faced us with a comparision of > the results. :-) Because I'd like it to be in the main source tree instead of yet another thing I have to locally maintain. 8-(. > > I'd also like to get kernel faults if this happens in the kernel > > According to my 486 docs, this is impossible. The AC flag is only > honored in `ring 3' mode. P6? P7? Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.