#####[ QEMU ]##### Try one of the following settings in QEMU... If anyone has better parameters for QEMU running PsychOS486, feel free to E-Mail https://psychosgnulinux@protonmail.com For systems built for W95... ---------------------------- qemu-system-i386 -netdev user,id=mynet0 -device ne2k_isa,netdev=mynet0 -hda -soundhw sb16 -soundhw pcspk -cpu pentium -vga cirrus -fda -cdrom -boot a -m 64 For systems built for W98... ---------------------------- qemu-system-i386 -hda -m 128 -boot c -vga cirrus -net nic,model=rtl8139 -net user -usb -soundhw sb16 -soundhw pcspk -cdrom -boot d For systems built for Windows NT 4.0 (x86)... --------------------------------------------- qemu-system-i386 -cpu pentium -vga cirrus -hda -boot c -soundhw sb16 -soundhw pcspk -netdev user,id=mynet0 -device pcnet,netdev=mynet0 -cdrom -boot d -m 128 For systems built for W2000... ------------------------------ qemu-system-i386 -hda -m 128 -boot c -vga cirrus -net nic,model=rtl8139 -net user -usb -soundhw sb16 -soundhw pcspk -cdrom -boot d For i486 machines in general... ------------------------------- qemu-system-i386 -cpu 486 -vga cirrus -hda -boot c -soundhw all -netdev user,id=mynet0 -device pcnet,netdev=mynet0 -cdrom -boot d -m 128 Booting a floppy image... ------------------------- qemu-system-i386 -netdev user,id=mynet0 -device ne2k_isa,netdev=mynet0 -soundhw sb16 -soundhw pcspk -cpu pentium -vga cirrus -fda -boot a -m 4 For systems built for Windows 7 ------------------------------- qemu-system-x86_64 -hda -boot c -m 3000 -usb -device usb-kbd -device usb-mouse -device usb-audio -cdrom -boot d ######################################################################## !! However, if you just want to boot the ISO without worrying about the hard drive part, a.k.a run PsychOS486 as "Live," remove "-hda " and "-boot c". You can also change "-m 128" (RAM) to be whatever you want in Megabytes or add "G" to the end for Gigabytes, ex. "1GB". When in doubt, "-soundhw all" and then just use 'alsamixer' in PsychOS486 to switch soundcards until your main system's 'pavucontrol' behaves like it should.