Re: Modern browsers on OpenBSD for PowerPC?

Florian Märkl <[email protected]> Mon, 19 Feb 2024 08:10:35 +0100
Newsgroups gmane.os.openbsd.ppc
Message-ID <[email protected]>
Am 19.02.2024 um 07:41 schrieb Sergio Had <[email protected]>:
> Since you use G5s,
>     =E2=80=A2 Any change of making ppc64 to work? That would be a =
deal-breaker.

Until just now, I assumed the powerpc64 variant of OpenBSD was little
endian, but apparently it is big endian, which would be promising for
the G5. I am not too familiar with the details about other potential
differences other than that between macppc and powerpc64 unfortunately,
but I would be very curious about how feasible OpenBSD/powerpc64 is for
G5s as well.

>     =E2=80=A2 I have issues trying to install OpenBSD on G5 even in =
32-bit version for some reason. It installs, but then freezes after some =
time, and attempts to revive it fail (kernel panic, more freezes). After =
reinstalling three times I gave up. The machine works perfectly with =
macOS though.

If the installation runs stable, but the installed system does not, it
might be because it is using the a multiprocessor kernel, which the
installation does not.

You can try to boot by entering "boot /bsd.sp" in the boot> prompt to
see if that helps, and if it does "cp /bsd.sp /bsd" to make it
persistent. Of course you will only be able to use one CPU/core then,
but at least it is stable and gives you a starting point to diagnose
further issues.

Cheers
Florian=