Re: dosemu 1.1.x and 1.1.4.13 bug (?) on CPUs faster than 2.0GHz

2003-03-12 Thread Maurilio Longo
Any comments? Nobody stumbled on this issue? curious :) Maurilio. Maurilio Longo ha scritto: Hi, latest dosemu has problems (locks up here and there) if it is run on a 2.4GHz pentium IV and inside dosemu.conf I have $_rdtsc(on) $_cpuspeed(0) I think this comes from the fact that on

Re: dosemu 1.1.x and 1.1.4.13 bug (?) on CPUs faster than 2.0GHz

2003-03-12 Thread Ryan Underwood
Any comments? Nobody stumbled on this issue? curious :) I'd wager that nobody on this list owns a machine that fast. 8) latest dosemu has problems (locks up here and there) if it is run on a 2.4GHz pentium IV and inside dosemu.conf I have -- Ryan Underwood, nemesis at

Re: dosemu 1.1.x and 1.1.4.13 bug (?) on CPUs faster than 2.0GHz

2003-03-12 Thread Maurilio Longo
I fear that cpu speed is inside a long int and this shoud explain why it happens, I'd like to know from someone who writes dosemu if this is true and how they plan to fix this. regards. Ryan Underwood ha scritto: Any comments? Nobody stumbled on this issue? curious :) I'd wager

Re: duke - FPS

2003-03-12 Thread Davros
Hi, Thanks - works quite nice now ;) I'm not too concerned about sound at the moment, but thanks. Has anyone gotten network games going, either between two dosemu dukes via ipx emulation, or even dosemu-duke against a win machine? Is this possible yet with dosemu? There was a utility out

Re: dosemu 1.1.x and 1.1.4.13 bug (?) on CPUs faster than 2.0GHz

2003-03-12 Thread Bart Oldeman
On Wed, 12 Mar 2003, Maurilio Longo wrote: I fear that cpu speed is inside a long int and this shoud explain why it happens, I'd like to know from someone who writes dosemu if this is true and how they plan to fix this. it's a multiplication that overflows from an int -- try this patch: ---

Re: dosemu 1.1.x and 1.1.4.13 bug (?) on CPUs faster than 2.0GHz

2003-03-12 Thread Stas Sergeev
Hello. Bart Oldeman wrote: it's a multiplication that overflows from an int -- try this patch: The attached one might also be necessary to get the correct output. --- src/base/init/config.c Wed Feb 19 16:17:30 2003 +++ src/base/init/config.c Wed Mar 12 22:09:27 2003 @@ -493,7 +493,7 @@

Re: dosemu 1.1.x and 1.1.4.13 bug (?) on CPUs faster than 2.0GHz

2003-03-12 Thread Bart Oldeman
On Wed, 12 Mar 2003, Stas Sergeev wrote: Bart Oldeman wrote: it's a multiplication that overflows from an int -- try this patch: The attached one might also be necessary to get the correct output. - warn (Linux kernel %d.%d.%d; CPU speed is %Ld Hz\n, + warn

cyrillic next draft

2003-03-12 Thread Grigory Batalov
Hi, this is my next thoughts about different cyrillic charsets in dosemu. CP1125 -- Andy Shevchenko [EMAIL PROTECTED] kindly reported that there is nice DOS encoding for Ukrainian usage called CP1125. It contains all Ukrainian symbols and is approved of by Ukraine government. Great job for