From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Tue, 11 Jan 2005 10:34:55 +0000 (GMT) Received: from p508B7561.dip.t-dialin.net ([IPv6:::ffff:80.139.117.97]:46401 "EHLO mail.linux-mips.net") by linux-mips.org with ESMTP id ; Tue, 11 Jan 2005 10:34:51 +0000 Received: from fluff.linux-mips.net (localhost.localdomain [127.0.0.1]) by mail.linux-mips.net (8.13.1/8.13.1) with ESMTP id j0BAYjSV025092; Tue, 11 Jan 2005 11:34:45 +0100 Received: (from ralf@localhost) by fluff.linux-mips.net (8.13.1/8.13.1/Submit) id j0BAYZrY025091; Tue, 11 Jan 2005 11:34:35 +0100 Date: Tue, 11 Jan 2005 11:34:35 +0100 From: Ralf Baechle To: Hdei Nunoe Cc: linux-mips@linux-mips.org Subject: Re: HIGHMEM Message-ID: <20050111103435.GA24198@linux-mips.org> References: <001101c4dbf9$1da02270$3ca06096@NUNOE> <20041207095837.GA13264@linux-mips.org> <001701c4e195$24d48260$3ca06096@NUNOE> <20041215141508.GA29222@linux-mips.org> <002801c4f785$fcafd7b0$3ca06096@NUNOE> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <002801c4f785$fcafd7b0$3ca06096@NUNOE> User-Agent: Mutt/1.4.1i Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 6882 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: ralf@linux-mips.org Precedence: bulk X-list: linux-mips On Tue, Jan 11, 2005 at 11:33:51AM +0900, Hdei Nunoe wrote: > I have set up my system as following : > - 0x00000000 - 0x10000000 RAM > - 0x10000000 - 0x40000000 RESERVED > - 0x40000000 - 0x50000000 RAM Your setup may work it's pretty wasteful; you're burning 12MB memory for unused kernel data structures. Ralf