Yeah, counterintuiative to the counterintuiative I'm using 512mb.How much Virtual PC RAM were you able to allocate for your W2K build?
[UPDATE: Never mind, it’s buried in the about info on W2K.]
Yeah, counterintuiative to the counterintuiative I'm using 512mb.How much Virtual PC RAM were you able to allocate for your W2K build?
[UPDATE: Never mind, it’s buried in the about info on W2K.]
Yeah, counterintuiative to the counterintuiative I'm using 512mb.
That bit refers to the machine W2K is running on, not to the OS itself - pretty much all x86 machines are "AT/AT-compatible" apart from NEC PC-98s and the SGI Visual Workstation. W2K was the last version to run on these two.But I also see that that W2K build is AT/AT-compatible.
Hi bobesch,
To get the virtual switch functioning I had to copy the binaries from the 7.0.2 version to
/Library/Extensions/VirtualPCNetworking1040.kext/Content/Macos ( both files ) and
then load the kext by hand:
sudo kextutil /Library/Extensions/VirtualPCNetworking1040.kext
After this it works if you select in VPC preferences the virtual swith to use the built-in instead of
default ( this users the wired interface ).
Best regards,
voidRunner
But could not run the "sudo kextutil /Library/Extensions/VirtualPCNetworking1040.kext", because response was, that "kextutil" couln't be found ...
Is there anything else I can try?
Great, running kextload command in terminal did work, but when booting virtual WinFundamentals I still got the error-message, that the "emulated Ethernet-Controller could not be initialized" and "Ethernet-funktion is not available"Try kextload instead of kextutil, so that the command is
sudo kextload /Library/Extensions/VirtualPCNetworking1040.kext
after you've copied in the binaries as pointed out by @vddrnnr.