On Tue, 2 Oct 2001, Ninan Sajeeth Philip wrote:

> I upgraded one of the servers in the said hospital with a Pentium 4,
> 1.4GHz system. The system details, useful I hope, are in the attached
> file.  The problem is that dos no longer operates.

applying the following patch will help:

--- dosemu-1.0.2-clean/src/base/init/config.c   Sun May 20 16:14:53 2001
+++ dosemu-1.0.2/src/base/init/config.c Tue Oct  2 14:56:40 2001
@@ -115,6 +115,7 @@
        break;
       case 5: case 586:
       case 6: case 686:
+      case 15:
         config.realcpu = CPU_586;
         config.pci = 1;        /* fair guess */
         cpuflags = get_proc_string_by_key("flags");


> ... On PIII, the softwares
> work fine without any modifications.

right, the reported cpu family code is unexpected on PIV but valid on PIII

Hans
<[EMAIL PROTECTED]>

-
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to