On 04/01/16 20:24, Programmingkid wrote:
Are you saying the RTL8139 NIC works on your Darwin setup? If so, how do you test it out? I can only guess you use command-line programs like ftp and ping.
Does this option work for Darwin? -netdev user,id=mynet0 -device rtl8139,netdev=mynet0
What are the command-line options you use?
I will begin testing using my Darwin iso file.
Correct. For my last test I did this:
qemu-system-ppc -hda darwin_x.qcow2 -cdrom darwinppc-801.iso -boot d -bios openbios-qemu.elf.nostrip -net nic,model=rtl8139 -net user -boot d -M mac99
The OpenBIOS binary is git master with the v2 patchset applied, while QEMU is git master. I ran all the way through the installer, rebooted, and the Realtek driver loaded on reboot with a valid en0 interface that could ping/ssh to external servers.
ATB,
Mark.