|
|
#26 | |
|
Quote:
Apple would rather release firmware update instead of this. Second, these commands are only faking OF to "think", that there is RAM installed. If OS will start to use this "ghost" memory, it will crash, freeze or KP. BTW, in similar way you can disable faulty soldered-in memory in iBooks and 12" PBs. I've read some about this issue long ago and found few reports of users who fixed it with hot air. Even on MR was an old thread with such report AFAIR. |
||
|
|
0
|
|
|
#27 |
|
Code:
git pull What is the output of Code:
whereis xcodebuild Code:
sudo ln -s {location of xcodebuild} /usr/bin/xcodebuild
|
|
|
|
0
|
|
|
#28 |
|
No, you are wrong. It would be ridiculously slow if it runs at all which is extremely, extremely, extremely unlikely. Just because it can emulate a certain Intel processor does not mean it can emulate any Windows OS.
__________________
Core Duo 1.83 Mac Mini, Dual 2.7 Power Mac G5, Dual 1.8 Power Mac G5, Dual 1.25 MDD G4, 1.6 GHz iMac G5, 900 MHz iBook G3, 800 MHz iMac G4, 500MHz iMac G3, 400MHz iMac G3 |
|
|
|
0
|
|
|
#29 |
|
Sure it will be slow. But in theory it should work. Mac osx will run on any x86 cpu.
__________________
PM G5 quad, 2.5 GHz, 16 GB RAM, 1 Tb HDD (semi-bootable), 500 GB Hdd, 120 Gb SSD (unbootable), nVidia 7800 GTX GPU, AMD 7970 (it is used in my gaming pc, not in the PowerMac), 42" TV monitor |
|
|
|
0
|
|
|
#30 | ||
|
Quote:
When I got it a few years ago it was still working but soon thereafter it stopped working. You're probable right, hardware failure. I just live with it. Quote:
git pull git: 'pull' is not a git command. See 'git --help'. Did you mean this? shell I have Xcode installed and it points to /usr/bin/xcodebuild, the problem is I need a newer version, minimum 3.1 as far as I recall. Shame there is no simple update, just a complete install from Apple's developer pages. |
|||
|
|
0
|
|
|
#31 |
|
Ah ok, that is a shame. I'm afraid (as you mentioned), the only way is a complete install. I have MacPorts installed on my PowerBook, so I can try building QEMU for you if you want - but if you have an older Xcode, it is possible you have an older version of GCC/libc which may not work with my binary.
Oh, the other thing... last time I looked, Q has a bin folder which just has all the QEMU binaries in it for each architecture. You should be able to take the newly built QEMU binaries and drop them straight in! |
|
|
|
0
|
|
|
#32 | |
|
Quote:
In about two weeks time I am in Singapore, lots of free internet there, just download Xcode there. But, after all that work it might all be for nothing, the version I have now doesn't really work, I'm afraid this one won't either, but I'll find out soon, more like a hobby project. |
||
|
|
0
|
|
|
#33 |
|
All the MacPorts are configured to be compiled with some GCC version, x. Like we have both said, it's probable that it won't work for you. When you get the bandwidth and upgrade your Xcode you are welcome to use my QEMU binary, I shall post it here along with performance improvements (if any).
Enjoy your trip to Singapore - I am jealous! ![]() It's going to be a long night
|
|
|
|
0
|
|
|
#34 |
|
QEMU finished compiling a while ago - testing it out now - will post the binary in a bit...
In the one test I did, without any configuration or controlled environment, the new binary seemed to be about 8% faster. Just did a quick CPU-bound Whetstone benchmark using TinyCore. The benchmark is in Lua because that was the easiest thing to install. Qemu 1.3.0 Code:
Running time: 64.43 Working memory: 28 Kbyte Kwips (kilo-Whetstone Instructions for seconds): 15.52 Code:
Running time: 69.43 Working memory: 28 Kbyte Kwips (kilo-Whetstone Instructions for seconds): 14.40 Code:
Running time: 19.32 Working memory: 928 Kbyte Kwips (kilo-Whetstone Instructions for seconds): 51.77 Last edited by Wildy; Jan 24, 2013 at 02:18 PM. |
|
|
|
0
|
|
|
#35 | |
|
Quote:
Anyway, there really is no point in doing it when it takes days to boot.
__________________
Core Duo 1.83 Mac Mini, Dual 2.7 Power Mac G5, Dual 1.8 Power Mac G5, Dual 1.25 MDD G4, 1.6 GHz iMac G5, 900 MHz iBook G3, 800 MHz iMac G4, 500MHz iMac G3, 400MHz iMac G3 |
||
|
|
0
|
|
|
#36 | |
|
Quote:
Cheers Perry |
||
|
|
0
|
|
|
#37 |
|
I have a 4.4 MB archive which contains the i386 and x86-64 binaries along with all the bios blobs which you need to get it running. If you need any of the dynamic libraries to get it running then I can provide whichever ones you need also.
https://dl.dropbox.com/u/92600387/qe...ld/qemu.tar.gz |
|
|
|
0
|
|
|
#38 |
|
Not true. It needs some specific CPU features that not all x86 CPUs have. It will run on any modern CPU, not necessarily what QEMU can run. It's not going to run at all on a Pentium 3, for example.
|
|
|
|
0
|
|
|
#39 |
|
This conversation is largely pointless as we know that OSX would be so slow running under emulation that it would be no use.
Technically it really isn't that difficult to get OSX up and running. Disable ACPI, use a special bootloader to circumnavigate the EFI issue, set CPU arch to x86_64, set CPU type to a model which supports all the latest bells and whistles (SSE etc.), patch the DSDT and install some custom kexts for anything which doesn't work. |
|
|
|
0
|
|
|
#40 | |
|
Quote:
dyld: Library not loaded: /opt/local/lib/libgthread-2.0.0.dylib Referenced from: /usr/local/bin/qemu.... Reason: image not found |
||
|
|
0
|
|
|
#41 |
|
Alright, this is where we get into shaky ground.
Here you go (12KB) - needs to go in /opt/local/lib. |
|
|
|
0
|
|
|
#42 | |
|
Quote:
dyld: Library not loaded: /opt/local/lib/libgthread-2.0.0.dylib Referenced from: /usr/local/bin/qemu-system-i386 Reason: no suitable image found. Did find: /opt/local/lib/libgthread-2.0.0.dylib: unknown file type, first eight bytes: 0x3F 0x92 0x9C 0xEB 0x12 0x0D 0x06 0x10 Trace/BPT trap logout I copied the text from your link, then pasted it in Hexedit, save it as libgthread-2.0.0.dylib and then used XRay to set creator and permissions as needed. |
||
|
|
0
|
|
|
#43 |
|
That is strange that it's giving you that error. The first bytes are designated as the 'Magic number' to identify the filetype.
But yes, I don't think this is going to work unless you have the correct libraries installed. Sorry. |
|
|
|
0
|
|
|
#44 | |
|
Quote:
It was worth the try. In two weeks I'll have access to faster internet, problem is, I normally don't take my laptop to SG, just another few Kg to take and I like to travel as light as I can. Cheers |
||
|
|
0
|
|
|
#45 | |
|
Quote:
__________________
Core Duo 1.83 Mac Mini, Dual 2.7 Power Mac G5, Dual 1.8 Power Mac G5, Dual 1.25 MDD G4, 1.6 GHz iMac G5, 900 MHz iBook G3, 800 MHz iMac G4, 500MHz iMac G3, 400MHz iMac G3 |
||
|
|
0
|
|
|
#46 |
|
I downloaded Developer tools in Singapore, downloaded 3.1.4 and still asks for theother software above.
But, I don't really have to care anymore, bought a Mac Mini in Singapore so I can run Windows natively. Stupid me though, I bought a mini after downloading Dev. Tools, should have downloaded the latast Dev. Tools. |
|
|
|
0
|
|
|
#47 |
|
Hehe, hindsight is a bitch!
|
|
|
|
0
|
![]() |
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
All times are GMT -5. The time now is 08:06 AM.








Linear Mode
