From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from felloff.net ([94.135.131.69]) by ttr; Thu May 1 10:39:07 EDT 2014 Message-ID: <4f1430bd5bb6fc93075ea462a45c1faf@felloff.net> List-ID: <9front.9front.org> X-Glyph: ➈ X-Bullshit: element component hypervisor framework frontend Date: Thu, 1 May 2014 16:39:04 +0200 From: cinap_lenrek@felloff.net To: 9front@9front.org Subject: Re: [9front] 9pc64 In-Reply-To: <16390CCD-D11D-477B-B3E6-A84913C3611B@ar.aichi-u.ac.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit i think i know whats wrong. it seems we ran out of physical memory bank slots in Conf.mem[]. in pc64/dat.h: struct Conf { ... Confmem mem[4]; /* physical memory */ ... }; so if there are more than 4 continuous ram banks, only the first 4 banks will be available. you can try increasing the size of the mem[] array in the Conf structure to 16 (maximum). -- cinap