Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Is this a good config for QEMU?  (Read 99 times)

KenaiPhoenix

  • 2 MB
  • *
  • Posts: 2
Is this a good config for QEMU?
« on: Yesterday at 06:32:09 PM »

Hello!

Im running QEMU-Screamer on Linux, so I can have sound. And I do it this way:

Code: [Select]
qemuscreamer-system-ppc \
    -M mac99 \
    -m 1000 \
    -cpu g4 \
    -hda "/mnt/TacticalFastboi/VMac/MacDrive.img" \
    -drive file="/mnt/TacticalFastboi/VMac/SharedDrive.img",format=raw,if=ide,index=1 \
    -cdrom /dev/sr0 \
    -netdev user,id=mynet \
    -device sungem,netdev=mynet \
    -device usb-mouse \
    -device usb-kbd \
    -boot c

Now, this is my first time successfully running a VM, and I mainly based this on tutorials and random questions on "How to".

so far so good, but I want to ask if there is room for improvement. I failed to load a joystick, but this seems to be related to QEMU-Screamer, sadly.

Performance for some software is good enough, I think (I never had a MacOs9 before), but internet is really slow, and idk if it because of this configuration or just the limitations of QEMU + MacOS9

Thanks!
« Last Edit: Yesterday at 06:42:33 PM by KenaiPhoenix »
Logged

laulandn

  • 64 MB
  • ****
  • Posts: 65
  • Mew Nember
Re: Is this a good config for QEMU?
« Reply #1 on: Today at 11:51:08 AM »

Looks good to me.

This is what I just used, so very similar:
qemu-system-ppc \
-M mac99 \
-m 512 \
-hda classilla_build_sys.img \
-hdb classilla_build_second.img \
-netdev user,id=mynet -device sungem,netdev=mynet \
-device usb-mouse -device usb-kbd \
-drive file=power-machten414.iso,format=raw,media=cdrom

(as far as I know the "mynet" stuff is arbitrary)
Logged
Pages: [1]   Go Up

Recent Topics