Port-macppc archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Installing 8.0 on a Powerbook6,8




> On Mar 20, 2019, at 1:57 AM, Valery Ushakov <uwe%stderr.spb.ru@localhost> wrote:
> 
> On Wed, Mar 20, 2019 at 08:24:41 +0100, Martin Husemann wrote:
> 
>> On Wed, Mar 20, 2019 at 01:24:59AM -0400, Michael wrote:
>>> First, did you try -current? uwe@ fixed a bug in ofwboot which caused
>>> this kind of symptoms on Minis.
>> 
>> Can you please file a pullup request for that? I only see the fix for 
>> port-macppc/53727.
> 
> This is probably http://gnats.netbsd.org/44895 though I did NOT enable
> the fix.

I built ofwboot locally with the change.  I have to do the dance do the "1 1f lshift not dec!" dance to get past the decrement exception, but I still end up with "Invalid memory access at   %SRR0: 00000000 %SRR1: 00083030".  Doesn't matter if I load ofwboot.elf or ofwboot.xcf.

I'm attempting to load the NetBSD 8.0 INSTALL kernel, which I've copied to the same HFS+ partition as the boot loader.

> Jason, can you tweak src/sys/arch/macppc/stand/ofwboot/Makefile (swap
> the alloc.c choice) and see if it helps:
> 
> # PR port-macppc/44895
> #SRCS+=		alloc.c			# use ./alloc.c
> CPPFLAGS+=	-DHEAP_VARIABLE		# use libsa alloc.c
> 
> -uwe

-- thorpej



Home | Main Index | Thread Index | Old Index