I can only agree with @LiveForIt question
I will have asked a thousand times what is the right command line to compile
qemu
(Linux X64)
apart from
./configure --target-list=ppc-softmmu
it is not clear whether:
./configure --target-list=ppc-softmmu --enable-slirp --enable-lto --disable-dbus-display
and for MAC systems or even for X64
or:
./configure --target-list=ppc-softmmu --enable-slirp
it's enough
even if all the configurations listed above compile without problems (X64)
(it's not clear what the best performing ./configure compilation might be)
the question for the umpteenth time is:
for X64 systems what is the right command line for qemu to emulate AmigaOS (Pegasos2) is it better?
I use KVM for many other things the dependencies are all met for whatever I use.
I run FS-UAE with Amilator and it works perfectly. (KVM)
I could also edit the .xml file to use Virt-Manager
but I don't see the need for it at the moment since everything works from the command line.
Also with the new Silicon.chip 502 I can select the 16bit screen at 2048x1152 which I have mentioned several times.
For the umpteenth time to compile (Pegasos2)
What is the most suitable command line for X64 systems?
The question is not to create an unpleasant discussion
But it's a simple legitimate question for proper setup.
Thank you.
For @LiveForIt
if you tell me which distribution you use I will replicate your system and tell you the dependencies you need, if this can be useful to you.
if you use X64 systems.
For the rest everything works well here apart from my experiments that I do in general.
With the latest repository to choose here:
https://osdn.net/projects/qmiga/scm/@Maijestro
Congratulations for the guide, it's very well done.
But if you use a MAC you probably can't help X64 systems.
I always speak for the ./configure
here is a short example in 2048x1152 at 16Bit
with E-UAE (CoffinOS) at work:
qemu-system-ppc -M pegasos2 -cpu 750cxe -accel tcg -kernel /home/white/Scaricati/bboot-0.4/bboot -initrd /home/white/Scaricati/Kickstart.zip -m 2048 -serial stdio -device sm501 -drive if=none,id=hd,file=/home/white/Scaricati/32gb.raw,format=raw -device ide-hd,drive=hd,bus=ide.1 -device rtl8139,netdev=mynet0 -netdev user,id=mynet0 -vga none -drive if=none,id=hd1,file=/home/white/Scaricati/coffin.raw,format=raw -device ide-hd,drive=hd1,bus=ide.1
-cpu 750cxe for (SDL compatibility for E-UAE)
https://youtu.be/7XBOVNXYv48
Edited by white on 2023/9/12 5:37:50
Edited by white on 2023/9/12 5:39:46
Edited by white on 2023/9/12 5:48:21