Re: Qemu again

2020-04-19 Thread Peter J. Philipp
On Mon, Apr 20, 2020 at 10:15:33AM +0900, rgc wrote: > On Thu, Apr 16, 2020 at 12:11:43PM +0200, Peter J. Philipp wrote: > > On Thu, Apr 16, 2020 at 05:06:25AM +0900, rgc wrote: > > > disabling scca probably will not work ... console uses this device > > > > > There you'll see the difference. I'l

Re: Qemu again

2020-04-19 Thread rgc
On Thu, Apr 16, 2020 at 12:11:43PM +0200, Peter J. Philipp wrote: > On Thu, Apr 16, 2020 at 05:06:25AM +0900, rgc wrote: > > disabling scca probably will not work ... console uses this device > > > There you'll see the difference. I'll report back if my patch works. > looking forward to your re

Re: Qemu again

2020-04-16 Thread Peter J. Philipp
I wrote: > There you'll see the difference. I'll report back if my patch works. > > Best Regards, > -peter After compiling this twice because my system was out of sync. I realised that openbios-ppc is not built in the QEMU port, and messing with the Makefiles in the pobj didn't make this easie

Re: Qemu again

2020-04-16 Thread Peter J. Philipp
On Thu, Apr 16, 2020 at 05:06:25AM +0900, rgc wrote: > disabling scca probably will not work ... console uses this device > > for the zs.c crash i usually edit zscninit > > --- dev/zs.c3 Sep 2019 04:48:00 - 1.30 > +++ dev/zs.c15 Apr 2020 09:50:22 - > @@ -1019,7 +1019,7 @@ zs

Re: Qemu again

2020-04-15 Thread rgc
On Tue, Apr 14, 2020 at 06:15:20PM +0200, Peter J. Philipp wrote: > Hi again, > > well I got it to boot multiuser in QEMU... > > foo# uname -a > OpenBSD foo.my.domain 6.7 QEMU#0 macppc > > It doesn't have network, but I made a second dri

Re: Qemu again

2020-04-14 Thread Peter J. Philipp
Hi again, well I got it to boot multiuser in QEMU... foo# uname -a OpenBSD foo.my.domain 6.7 QEMU#0 macppc It doesn't have network, but I made a second drive of type msdos that can be used to transfer files in and out of the host system.

Re: Qemu again

2020-04-14 Thread Peter J. Philipp
On Tue, Apr 14, 2020 at 09:18:18AM +0900, rgc wrote: > > What am I missing? > > here is something i posted a while back: > https://marc.info/?l=openbsd-ppc&m=158007222311388&w=2 > > my current commandline is something like: > qemu-system-ppc \ > -M mac99,via=pmu-adb -cpu g4 \ > -nodefaults \ > -n

Re: Qemu again

2020-04-13 Thread rgc
On Mon, Apr 13, 2020 at 01:39:19PM +0300, Hannu Vuolasaho wrote: > Hi! > > I'm trying to set up testbench for software on different archs and I > ran into few issues when trying to get openbsd to work. > > Has anyone done full install and taken notes how to get OpenBSD to run > on Qemu-system-ppc

Re: Qemu again

2020-04-13 Thread Peter J. Philipp
On Mon, Apr 13, 2020 at 01:39:19PM +0300, Hannu Vuolasaho wrote: > Hi! > > I'm trying to set up testbench for software on different archs and I > ran into few issues when trying to get openbsd to work. > > Has anyone done full install and taken notes how to get OpenBSD to run > on Qemu-system-ppc

Re: Qemu again

2020-04-13 Thread Petit d'Homme
Hi, If it's of any help, on my iBook (G3) I use "hd:,ofwboot /bsd" (and not "hd,:ofwboot /bsd"). The comma is after the semi-colon. Don't know if it's a typo of yours or not. Best, Jean-Baptiste Le lun. 13 avr. 2020 à 12:40, Hannu Vuolasaho a écrit : > > Hi! > > I'm trying to set up testbench

Qemu again

2020-04-13 Thread Hannu Vuolasaho
Hi! I'm trying to set up testbench for software on different archs and I ran into few issues when trying to get openbsd to work. Has anyone done full install and taken notes how to get OpenBSD to run on Qemu-system-ppc ? My current wishlist is short: 1) OpenBSD running 2) network for it Point 1