> Gert Koefoed Andersen escribió: > > CFLAGS="-march=k8 -O2 -pipe > > I have no solution to your problem, but I see that you've got > 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.sourceforge.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 -- To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html