Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 8 Mar 2003 10:59:41 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 8 Mar 2003 10:59:41 -0500 Received: from divine.city.tvnet.hu ([195.38.100.154]:24624 "EHLO divine.city.tvnet.hu") by vger.kernel.org with ESMTP id ; Sat, 8 Mar 2003 10:59:40 -0500 Date: Sat, 8 Mar 2003 17:01:34 +0100 (MET) From: Szakacsits Szabolcs To: John Bradford cc: Ludootje , Subject: Re: what's an OOPS In-Reply-To: <200303081420.h28EKHan001241@81-2-122-30.bradfords.org.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 640 Lines: 19 On Sat, 8 Mar 2003, John Bradford wrote: > The number of the oops, (I.E. whether it was the first, second, third, > etc, starting with 0000). Urban myth (at least on i386). The "Oops:" part can be decoded on i386 as, * bit 0 == 0 means no page found, 1 means protection fault * bit 1 == 0 means read, 1 means write * bit 2 == 0 means kernel, 1 means user-mode Szaka - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/