From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E0Kbc-0000jX-7Q for qemu-devel@nongnu.org; Wed, 03 Aug 2005 10:52:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E0KbT-0000eW-1K for qemu-devel@nongnu.org; Wed, 03 Aug 2005 10:52:21 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E0KbS-0000cJ-Hq for qemu-devel@nongnu.org; Wed, 03 Aug 2005 10:52:18 -0400 Received: from [194.67.23.149] (helo=mx3.mail.ru) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E0Kib-0001YR-4J for qemu-devel@nongnu.org; Wed, 03 Aug 2005 10:59:41 -0400 Received: from [195.5.133.129] (port=31926 helo=[195.5.133.129]) by mx3.mail.ru with asmtp id 1E0KVy-000Nyc-00 for qemu-devel@nongnu.org; Wed, 03 Aug 2005 18:46:39 +0400 Message-ID: <42F0D909.8000605@list.ru> Date: Wed, 03 Aug 2005 18:47:37 +0400 From: Sergey Kuzmin MIME-Version: 1.0 Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Problem with CPU recognition Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi! I tested MenuetOS in Qemu and it works! Suggestion: downloading 5 MB is heavy for people with dial-up(about 90% of all internet visitors). So probably idea of bundling Qemu with smaller OS then Linux one is more appreciated by those people. Zipped MenuetOS is smaller then 1 MB, so developers can build package with size about 1.8 MB or even smaller. Question that I have is: I run my program CPUID in emulated MenuetOS and got CPU signature (family, model, stepping) = 633. So it is a Intel Pentium II codenamed Klamath with L2 cache = 128 KB. But my program shows that is surprisely have SSE2 support (?), and some problem with L1 data cache - unrecognized signature of its size, though my program support all cache signatures from Intel docs. Can you give me information about CPU which is emulated by Qemu? Maybe piece of code which contain reaction to CPUID request? Screenshot with running MenuetOS (and CPUID inside it) is here http://coolthemes.narod.ru/files/cpuproblem.jpg Good luck!