Whoops ... I only sent this to Bernd...

---------- Forwarded message ----------
From: Samuel Bronson <naes...@gmail.com>
Date: Wed, Sep 16, 2009 at 1:38 PM
Subject: Re: [Dosemu-devel] DosEmu and newer Cpu's - please support
Cpu family 16 (AMD Phenom, Opteron 23xx, Opteron 83xx) or select it by
the cpu flags
To: "SINGER Bernd NLTD-G (AREVA NP GmbH)" <bernd.sin...@areva.com>


On Wed, Sep 16, 2009 at 7:59 AM, SINGER Bernd NLTD-G (AREVA NP GmbH)
<bernd.sin...@areva.com> wrote:
> i think, the dosemu devel list is the better place to discuss this -> done.
>
> dosemu does not work on x86_64 systems with a cpu like this:

> a Message "Unknown CPU type!" will happens on ervery new cpu family, followed 
> by different messages...
>
> adding this patch in dosemu-1.4.0/src/base/init/config.c will support the 
> current AMD CPUs on x86_64 systems.
>  483d482
> <       case 16: // support AMD Phenom X3 X4, AMD Athlon II, AMD Opteron 
> 23xx/83xx
>
> But how about evaluating the cpu flag needed by dosemu?
> this prevents dosemu from carrying a list of cpu families.
> Currently i have no patch - i dont know the cpu flags needed by dosemu.
> Is there someone who can do this?

Certainly, using the feature flags is a far more appropriate approach
than maintaining a list of CPU types known to work, and not at least
having a list of them would be (is?) VERY bad -- assuming, of course,
that the features needed *have* flags. Using the Linux-specific
information from /proc/cpuinfo may or may not be the best way to do it
(of course, the CPU-provided flags will not tell us things like
f00f_bug...), depending on whether we want dosemu to work on anything
but Linux (and on what other systems it works (or could easily be made
to work) on right now).

Unfortunately, I have no idea what CPU features dosemu actually
requires on x86_64...

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Dosemu-devel mailing list
Dosemu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dosemu-devel

Reply via email to