InfiniteMac OSx86  


Showing results 226 to 250 of 500
Search took 0.05 seconds; generated 17 minute(s) ago.
Search: Posts Made By: andyvand
Forum: 10.X 09-14-2010, 10:26 PM
Replies: 68
Views: 36,417
Posted By andyvand
Get the binary build from this forum (Legacy...

Get the binary build from this forum (Legacy kernel 10.4.0 updated)
Get the binaries.
This now includes all of my work as well as the updates done by the others ;)
Forum: 10.X 09-14-2010, 10:23 PM
Replies: 84
Views: 57,148
Posted By andyvand
Legacy kernel 10.4.0 updated

I finished the modifications to the kernel.
It now builds for both 32/64bit easily.
The patch is also here, as well as the binaries
Update: I fixed the patcher and updated it to be able to...
Forum: 10.X 09-14-2010, 07:02 PM
Replies: 68
Views: 36,417
Posted By andyvand
I updated the diffs so that they include my...

I updated the diffs so that they include my latest patches.
Included in the dyld.c part is the patched dyld for AMD.
I also have fixed the having to boot with patcher_opts=2 issue (it now defaults...
Forum: 10.X 09-13-2010, 10:39 PM
Replies: 68
Views: 36,417
Posted By andyvand
it's prune_trie.h not being there It's...

it's prune_trie.h not being there
It's available from the ld64 package but I'll just upload the file ;)
Forum: 10.X 09-13-2010, 06:49 PM
Replies: 68
Views: 36,417
Posted By andyvand
Are those widgets also 64bit? Do a file...

Are those widgets also 64bit?
Do a file <path_to_binary> to check this.
Otherwise force dashboard to run in 32bit... (get info on Dashboard.app, check "run in 32bit")
Forum: 10.X 09-13-2010, 06:41 PM
Replies: 68
Views: 36,417
Posted By andyvand
Have you tried getting info on Dashboard.app and...

Have you tried getting info on Dashboard.app and forcing it to run in 32bit mode?
Other option is to fix the 64bit part too (patching cpuids manually and thus changing cpuid to int 0xFB, thus 0f a2...
Forum: 10.X 09-13-2010, 06:33 PM
Replies: 68
Views: 36,417
Posted By andyvand
You first need to build the latest LLVM library...

You first need to build the latest LLVM library from:
http://llvm.org
and build that for i386 and x86_64 like this:

CFLAGS="-arch i386 -arch x86_64 -O3" CXXFLAGS="-arch i386 -arch x86_64 -O3"...
Forum: 10.X 09-12-2010, 09:39 AM
Replies: 18
Views: 16,915
Posted By andyvand
Do an sudo update_dyld_shared_cache in...

Do an
sudo update_dyld_shared_cache
in Terminal and follow information for my kernel to be installed and it should work...
My kernel offers a way to force the code signatures (which let iTunes...
Forum: 10.X 09-12-2010, 09:34 AM
Replies: 68
Views: 36,417
Posted By andyvand
Try booting with the following boot arguments: ...

Try booting with the following boot arguments:

arch=i386 patcher_opts=2

That should work just fine...
Forum: 10.X 09-11-2010, 02:32 PM
Replies: 13
Views: 19,492
Posted By andyvand
Yes, it should work just fine

Yes, it should work just fine
Forum: 10.X 09-11-2010, 02:32 PM
Replies: 13
Views: 19,492
Posted By andyvand
No, it is only and IOFramebuffer (not an...

No, it is only and IOFramebuffer (not an IOAccelerator).
This will give you resolution support on older Radeons (X200, X300, X400, X500, X600, etc) but not latest cards (it's not a Radeon HD...
Forum: 10.X 09-11-2010, 01:06 PM
Replies: 1
Views: 3,559
Posted By andyvand
Updated Perian codec pack for SL

This is a custom build of Perian optimized for SSE3 machines.
It also uses the latest SVN build of ffmpeg
I also included libebml 1.0 and libmatroska 1.0 (for better .mkv support)
On my machine...
Forum: 10.X 09-01-2010, 06:59 PM
Replies: 1
Views: 4,719
Posted By andyvand
Mac startup sound app

Copy this app into /Applications and add to your login items under the "accounts" preference pane to enjoy the Mac startup sound on login
You can modify the app to play any .mp3 file renamed to...
Forum: 10.X 08-27-2010, 07:21 PM
Replies: 13
Views: 19,492
Posted By andyvand
Yes, for older style Radeons up to R600...

Yes, for older style Radeons up to R600...
Forum: 10.X 08-27-2010, 07:19 PM
Replies: 68
Views: 36,417
Posted By andyvand
They don't have any backtraces... It's too bad...

They don't have any backtraces...
It's too bad as I can't find what is causing the issue this way (damn, too bad).
It's also too bad I don't have an AMD around so I could test it myself.
I'll...
Forum: 10.X 08-27-2010, 07:12 PM
Replies: 68
Views: 36,417
Posted By andyvand
Ignore these, the kernel has a patch integrated...

Ignore these, the kernel has a patch integrated which forces CS_VALID after detecting any com.apple.xxx code signature...
Forum: 10.X 08-21-2010, 12:56 PM
Replies: 1
Views: 10,552
Posted By andyvand
lspci-3.0.1 for SL

Just as the topic says, lspci for Snow Leopard.
I also fixed the device type issue, it works great now.

Download including sources:...
Forum: 10.X 08-21-2010, 12:54 PM
Replies: 13
Views: 19,492
Posted By andyvand
radeonFB for SL 32+64bit

The rebuilt version of radeonFB for Snow Leopard.
It includes sources.

Download including sources:
http://rapidshare.com/files/414233296/radeonFB-Updated_SL.zip.html
Forum: 10.X 08-21-2010, 12:50 PM
Replies: 18
Views: 16,915
Posted By andyvand
AMD sysenter trap patch (10.6.4)

This will fully enable 32bits apps under 64bit mode on most Qoopz/Qoopz+AnV kernels.
I have used maxxuss patcher to change the bytes (manual lookup + writing of patch).
It also includes pre-patched...
Forum: 10.X 08-21-2010, 12:48 PM
Replies: 68
Views: 36,417
Posted By andyvand
I'm releasing a patch that will also patch the...

I'm releasing a patch that will also patch the libSystem sysenter traps (pre-patched).
That should clear some of these issues...
I'll continue the work on the kernel ;)
Forum: 10.X 08-18-2010, 01:06 PM
Replies: 11
Views: 16,111
Posted By andyvand
try the new 10.4.0 kernel. Normally almost all...

try the new 10.4.0 kernel.
Normally almost all of these issues have been fixed.
I rewrote the patcher slightly (using getsectdatafromheader(...) for getting the __text section data.
It should now...
Forum: 10.X 08-18-2010, 01:01 PM
Replies: 68
Views: 36,417
Posted By andyvand
Qoopz AnV xnu 10.4.0 Rel4

I have recently begun rewriting the patcher (again), it should now work.
I've also modified the segment loading code (custom for non-encrypted on AMD, stock routines on Intel)
The dyld which got...
Forum: 10.X 08-08-2010, 01:07 PM
Replies: 11
Views: 16,111
Posted By andyvand
It can't decrypt and patch them at this moment,...

It can't decrypt and patch them at this moment, if somebody knows precisely how it decrypts the segment using the new dsmos_page_transform function, please let me know and then I can fix this.
You...
Forum: 10.X 08-08-2010, 01:03 PM
Replies: 11
Views: 16,111
Posted By andyvand
Sorry about the messed up link, it seemed it...

Sorry about the messed up link, it seemed it didn't upload completely.
You can now download the files, please do a lot of testing on them ;)
Forum: 10.X 08-07-2010, 09:51 AM
Replies: 11
Views: 16,111
Posted By andyvand
10.3.0 Qoopz + AnV kernel rel3

I've finished the preliminary work on the new kernel (with on-the-fly patching).
There are still 2 issues to be resolved:
- The custom dyld doesn't work for all apps, if somebody could check my...
Showing results 226 to 250 of 500