From mboxrd@z Thu Jan 1 00:00:00 1970 From: "SINGER Bernd NLTD-G (AREVA NP GmbH)" Subject: AW: DosEmu and newer Cpu's Date: Wed, 16 Sep 2009 09:05:10 +0200 Message-ID: <757044796E62AC4EB80A02FFABC37F7A674CCB@egeer00mx14.edom.ad.corp> References: <4AAFAB19.2020209@adbosch.es> Mime-Version: 1.0 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-class: urn:content-classes:message In-Reply-To: <4AAFAB19.2020209@adbosch.es> Sender: linux-msdos-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="iso-8859-1" To: Javier Tarifa , Gert Koefoed Andersen Cc: linux-msdos@vger.kernel.org > Gert Koefoed Andersen escribi=F3: > > CFLAGS=3D"-march=3Dk8 -O2 -pipe >=20 > I have no solution to your problem, but I see that you've got=20 > a Phenom processor I had a similar problem with my Phenom X4 ... on dosemu 1.4.0 pleas check if your "cpu family" type from /proc/cpuinfo is listed in = /dosemu-1.4.0/src/base/init/config.c , function read_cpu_info(). valid "cpu family" types for dosemu 1.4.0 (from http://dosemu.sourcefor= ge.net/stable/): 5,6,15: switch (get_proc_intvalue_by_key( kernel_version_code > 0x20100+74 ? "cpu family" : "cpu" )) { case 5: case 586: case 6: case 686: case 15: If your cpu family is not listed, dosemu tries a fallback to a 386 .. >= "Unknown CPU type" Phenom X4, Opteron 23xx, 83xx are family 16, maybe your cpu, too =20 -- To unsubscribe from this list: send the line "unsubscribe linux-msdos" = in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html