From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 30967 invoked from network); 1 Apr 2021 19:10:47 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 1 Apr 2021 19:10:47 -0000 Received: from duke.felloff.net ([216.126.196.34]) by 1ess; Thu Apr 1 15:03:51 -0400 2021 Message-ID: <22ED4997AE07B6564D6661514D3D19C5@felloff.net> Date: Thu, 01 Apr 2021 21:03:37 +0200 From: cinap_lenrek@felloff.net To: 9front@9front.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: generic immutable injection ActivityPub extension method Subject: Re: [9front] Reply-To: 9front@9front.org Precedence: bulk i dont see a kernelpanic here. it seems just that it locks up as soon as it tries to enable the broadcom ethernet? Does the bcm ethernet work before? and i see that we run out of conf.mem[] slots (is this 386 or amd64 kernel?). The easiest is to just increase the number of Confmem slots in pc64/dat.h: - Confmem mem[16]; /* physical memory */ + Confmem mem[64]; /* physical memory */ Can you be more specific on what is the regression here? -- cinap