From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MgEpN-0005bj-Ub for qemu-devel@nongnu.org; Wed, 26 Aug 2009 05:30:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MgEpJ-0005aY-9J for qemu-devel@nongnu.org; Wed, 26 Aug 2009 05:30:01 -0400 Received: from [199.232.76.173] (port=33222 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MgEpI-0005aM-TP for qemu-devel@nongnu.org; Wed, 26 Aug 2009 05:29:56 -0400 Received: from mail-yw0-f192.google.com ([209.85.211.192]:53391) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MgEpI-00037G-L2 for qemu-devel@nongnu.org; Wed, 26 Aug 2009 05:29:56 -0400 Received: by ywh30 with SMTP id 30so6362252ywh.25 for ; Wed, 26 Aug 2009 02:29:55 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Artyom Tarasenko Date: Wed, 26 Aug 2009 11:29:34 +0200 Message-ID: Subject: Re: [Qemu-devel] memory restriction in 256M - why? Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sergey Anosov Cc: qemu-devel@nongnu.org 2009/8/25 Sergey Anosov : > I'm new in QEMU. I've got one question - why there is a memory restriction in 256 M on sparc, mips and other platforms? > I've made mips and sparc distributives, but 256M of RAM is too little for them. There is no such restriction: qemu-system-sparc -M SS-10 -m 512 ... Probing Memory Bank #0 64 Megabytes of DRAM Probing Memory Bank #1 64 Megabytes of DRAM Probing Memory Bank #2 64 Megabytes of DRAM Probing Memory Bank #3 64 Megabytes of DRAM Probing Memory Bank #4 64 Megabytes of DRAM Probing Memory Bank #5 64 Megabytes of DRAM Probing Memory Bank #6 64 Megabytes of DRAM Probing Memory Bank #7 64 Megabytes of DRAM ... But there is a limitation per certain machine type. SparcStation 10 can support only 512 M. It rarely makes sense to try to put more in it: a standard software (Firmware, OS) wouldn't know where to search for more RAM.