InfiniteMac OSx86  


Showing results 151 to 175 of 500
Search took 0.01 seconds; generated 25 minute(s) ago.
Search: Posts Made By: andyvand
Forum: 10.X 02-19-2011, 05:44 PM
Replies: 168
Views: 93,531
Posted By andyvand
Yes it is still beta (but improved so far). The...

Yes it is still beta (but improved so far).
The unwind code is what makes some apps not work without using UPX to pack it.
I'm trying to adapt the code to make it work better...
I'll continue my...
Forum: 10.X 02-02-2011, 04:21 AM
Replies: 168
Views: 93,531
Posted By andyvand
Voodoo one is a little faster but it causes more...

Voodoo one is a little faster but it causes more glitches under Snow Leopard.
Toh one should run stable though...
Forum: 10.X 02-02-2011, 02:58 AM
Replies: 168
Views: 93,531
Posted By andyvand
Changed SSE3 emulator code. It now supports 2...

Changed SSE3 emulator code.
It now supports 2 SSE3 emulators (Toh one and Voodoo one).
By default the Toh one is used (Voodoo one can be toggled using the following boot argument: -VoodooSSE3emu)....
Forum: 10.X 01-27-2011, 09:01 PM
Replies: 168
Views: 93,531
Posted By andyvand
If you don't use 64bit mode (only legacy mode)...

If you don't use 64bit mode (only legacy mode) you can use my installer package and do a custom install and check the installation for the patched coreservices.
NOTE: If you do this you won't be...
Forum: 10.X 01-25-2011, 11:34 PM
Replies: 168
Views: 93,531
Posted By andyvand
Sorry also about that follow my instructions from...

Sorry also about that follow my instructions from the previous post and boot with arch=i386 (but no -force64)
Next from a combo update for 10.6.6 restore the Finder binary in...
Forum: 10.X 01-25-2011, 11:27 PM
Replies: 168
Views: 93,531
Posted By andyvand
You should have done a custom install. Restore...

You should have done a custom install.
Restore Finder binary (the one under /System/Library/CoreServices/Finder.app/Contents/MacOS/) from a combo update image.
I should have put the Finder patch as...
Forum: 10.X 01-25-2011, 08:35 PM
Replies: 168
Views: 93,531
Posted By andyvand
I made an installer to install a custom Finder,...

I made an installer to install a custom Finder, custom pbs and legacy_kernel.
I made it so that with advanced install you can choose wether or not to install the CoreServices, the kernel or both....
Forum: 10.X 01-25-2011, 01:06 PM
Replies: 168
Views: 93,531
Posted By andyvand
Could somebody who has a 64 bit processor (Intel...

Could somebody who has a 64 bit processor (Intel / AMD)

For AMD:
boot up with arch=i386 -force64

For Intel:
boot up with arch=i386 patcher_opts=49 -amd -force64

and see if the 64bit Finder...
Forum: 10.X 01-25-2011, 08:55 AM
Replies: 168
Views: 93,531
Posted By andyvand
Waiting patiently :) Fingers crossed. I've...

Waiting patiently :) Fingers crossed.

I've achieved a lot more success.
Right now every app runs stable without upx (except for /System/Library/CoreServices/pbs, pack this with upx).
If you use...
Forum: 10.X 01-25-2011, 08:53 AM
Replies: 168
Views: 93,531
Posted By andyvand
Just download a compiled copy and use it like...

Just download a compiled copy and use it like this from within Terminal:
sudo upx --best /System/Library/CoreServices/pbs
Forum: 10.X 01-25-2011, 06:32 AM
Replies: 168
Views: 93,531
Posted By andyvand
I am also working on a new dyld. Latest attempt...

I am also working on a new dyld.
Latest attempt is replacing the used exception code from the libunwind.a code to the libgcc_eh.a code.
Currently done (as it's also used this way on iOS I only...
Forum: 10.X 01-25-2011, 06:29 AM
Replies: 168
Views: 93,531
Posted By andyvand
I found mine on InsanelyMac, precompiled and...

I found mine on InsanelyMac, precompiled and working great... ;)
Forum: 10.X 01-25-2011, 06:26 AM
Replies: 2
Views: 7,235
Posted By andyvand
Check the NVidia Quadro drivers downloads (on the...

Check the NVidia Quadro drivers downloads (on the NVidia site ;))
Forum: 10.X 01-24-2011, 12:46 PM
Replies: 168
Views: 93,531
Posted By andyvand
Yeah, we need to pack some binaries with upx for...

Yeah, we need to pack some binaries with upx for this reason.
I'm going to reverse engineer the routines used in Apple's dyld though (32bit + 64bit Intel part).
I think this will fix the last...
Forum: 10.X 01-24-2011, 12:40 PM
Replies: 168
Views: 93,531
Posted By andyvand
Nawcom's kernel package doesn't yet have a custom...

Nawcom's kernel package doesn't yet have a custom dyld built in.
It's actually the same as booting this kernel with the following boot argument:
std_dyld=Yes
...
Don't worry, development is...
Forum: 10.X 01-23-2011, 06:28 PM
Replies: 42
Views: 75,219
Posted By andyvand
Like this: <key>Kernel Flags</key> ...

Like this:
<key>Kernel Flags</key>
<string>macmodel=MacPro3,1 [other arguments]</string>
Forum: 10.X 01-22-2011, 06:39 PM
Replies: 168
Views: 93,531
Posted By andyvand
Pack "System Profiler" with upx, same goes for...

Pack "System Profiler" with upx, same goes for Disk Utility and most other apps that crash (including some iLife apps).
upx is the fix ;)
Forum: 10.X 01-22-2011, 06:36 PM
Replies: 168
Views: 93,531
Posted By andyvand
Binary decryption works (after "DSMOS has...

Binary decryption works (after "DSMOS has arrived" message) but I will add SystemUIServer, Finder and also VLC to the "no-patch list".
I'll post results when I'm done, this way the kernel should be...
Forum: 10.X 01-15-2011, 06:01 PM
Replies: 168
Views: 93,531
Posted By andyvand
10.6.6 legacy kernel for INTEL/AMD 32+64bit ready to download

Nawcom has implemented support for newest cpu's.
I updated the latest patch to include a custom dyld.
The dyld has also been rebased for security purposes (patch for rebase included in...
Forum: 10.X 01-03-2011, 09:05 PM
Replies: 23
Views: 29,022
Posted By andyvand
Use the precompiled version that ships with the...

Use the precompiled version that ships with the zip (under build/Release).
It should work then.
There is no need to recompile as the VoodooPS2Controller.kext contains everything you need. ;)
Forum: 10.X 01-03-2011, 09:00 PM
Replies: 9
Views: 34,876
Posted By andyvand
That instruction patcher was designed by me. ...

That instruction patcher was designed by me.
You don't need to patch the kernel with it, you can use it to patch /usr/lib/libSystem.B.dylib and any other binaries (containing cpuid's).
From within...
Forum: 10.X 01-02-2011, 10:52 PM
Replies: 23
Views: 29,022
Posted By andyvand
I just updated the mistake I made of not editing...

I just updated the mistake I made of not editing the Info.plist parameters section (divisor set to 1 instead of 23).
Download and try the new version I just posted, it will work better...
If you...
Forum: 10.X 01-02-2011, 12:45 PM
Replies: 73
Views: 35,268
Posted By andyvand
I don't have Linux lying around but sysctl -a |...

I don't have Linux lying around but sysctl -a | grep cpu from OS X:

hw.ncpu = 2
hw.cpufrequency = 1660000000
hw.availcpu = 2
hw.ncpu: 2
hw.activecpu: 2
hw.physicalcpu: 1
hw.physicalcpu_max:...
Forum: 10.X 01-02-2011, 10:37 AM
Replies: 73
Views: 35,268
Posted By andyvand
Latest doesn't work on my netbook (Intel Atom...

Latest doesn't work on my netbook (Intel Atom N280 cpu).
It just reboots...
Forum: 10.X 01-01-2011, 05:37 PM
Replies: 23
Views: 29,022
Posted By andyvand
New version available... This one has...

New version available...
This one has multimedia key support (thank you Slice).
This one also has a high resolution trackpad fix for Synaptics (2400 dpi instead of 100 dpi).
The high resolution...
Showing results 151 to 175 of 500