All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stas Sergeev <stssppnn@yahoo.com>
To: linux-msdos@vger.kernel.org
Subject: Re: dosemu 1.1.x and 1.1.4.13 bug (?) on CPUs faster than 2.0GHz
Date: Wed, 12 Mar 2003 23:40:41 +0300	[thread overview]
Message-ID: <3E6F9B49.1090601@yahoo.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 166 bytes --]

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.

[-- Attachment #2: cpuspd.diff --]
[-- Type: text/plain, Size: 507 bytes --]

--- 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 @@
 		/* speed division factor to get 838ns from CPU clock */
 		config.cpu_tick_spd = (LLF_TICKS*1000000)/chz;
 
-		warn ("Linux kernel %d.%d.%d; CPU speed is %Ld Hz\n",
+		warn ("Linux kernel %d.%d.%d; CPU speed is %lld Hz\n",
 		   kernel_version_code >> 16, (kernel_version_code >> 8) & 255,
 		   kernel_version_code & 255,chz);
 /*		fprintf (stderr,"CPU speed factors %ld,%ld\n",

             reply	other threads:[~2003-03-12 20:40 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-12 20:40 Stas Sergeev [this message]
2003-03-12 22:13 ` dosemu 1.1.x and 1.1.4.13 bug (?) on CPUs faster than 2.0GHz Bart Oldeman
  -- strict thread matches above, loose matches on Subject: below --
2003-03-13 17:54 Stas Sergeev
2003-03-11 18:05 Maurilio Longo
2003-03-12 13:45 ` Maurilio Longo
2003-03-12 17:03   ` Ryan Underwood
2003-03-12 17:35     ` Maurilio Longo
2003-03-12 19:39       ` Bart Oldeman
2003-03-13 11:21         ` Maurilio Longo
2003-03-13 15:21           ` Norman Schmidt Jr
2003-03-13 16:57             ` Maurilio Longo
2003-03-13 17:06               ` Maurilio Longo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3E6F9B49.1090601@yahoo.com \
    --to=stssppnn@yahoo.com \
    --cc=linux-msdos@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.