From owner-freebsd-questions Wed May 29 10:57:33 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA21649 for questions-outgoing; Wed, 29 May 1996 10:57:33 -0700 (PDT) Received: from tombstone.sunrem.com (tombstone.sunrem.com [206.81.134.54]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id KAA21640 for ; Wed, 29 May 1996 10:57:29 -0700 (PDT) Received: (from brandon@localhost) by tombstone.sunrem.com (8.6.12/8.6.12) id LAA19497; Wed, 29 May 1996 11:56:22 -0600 Date: Wed, 29 May 1996 11:56:22 -0600 (MDT) From: Brandon Gillespie To: "Peter A. Schwenk" cc: "freebsd-questions@FreeBSD.ORG" Subject: RE: panic in FreeBSD-STABLE kernel.. In-Reply-To: <01BB4D65.16963900@gypsy.wcupa.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 29 May 1996, Peter A. Schwenk wrote: > I would think that since the 6x86 is a Pentium-class CPU, it > probably masquerades as one. You removed i586_CPU from the > config file. Did you try putting it back in? Actually, I didnt remove the i586_CPU, I removed everything BUT that... I.e. my config is: machine "i386" #cpu "I386_CPU" #cpu "I486_CPU" cpu "I586_CPU" ident ICE [...] Bill/Carolyn Pechter writes: > use the CPU class I486_CPU -- it should be closer to that one. The 6x86 is a '686' (it has the 686 instruction set--in theory), which means the 586 would be the closest to it... What effect does including various other 'cpu' classes have? Anybody else using -STABLE on a Cyrix 6x86? -Brandon Gillespie