InfiniteMac OSx86  


Showing results 26 to 50 of 500
Search took 0.03 seconds; generated 80 minute(s) ago.
Search: Posts Made By: andyvand
Forum: 10.X 12-07-2011, 02:51 AM
Replies: 12
Views: 9,592
Posted By andyvand
PPF-O-Suite 4.4.2 for Lion, Snow Leopard, Leopard, Tiger, Panther and Windows

I reworked the code in this old classic of mine.
It now fully supports auto-opening binaries (by opening a .dmg, .iso, .bin, .ppf file and clicking the appropriate select button, it will then...
Forum: 10.X 12-05-2011, 04:52 PM
Replies: 8
Views: 6,530
Posted By andyvand
I bought myself a MacBookPro8,2 (Late 2011...

I bought myself a MacBookPro8,2 (Late 2011 MacBook Pro 15").
I extracted all info + made .ioreg file from IORegistryExplorer
Download in attachment
Forum: 10.X 12-05-2011, 12:02 PM
Replies: 2
Views: 3,450
Posted By andyvand
Been trying but no success yet... :-|

Been trying but no success yet... :-|
Forum: 10.X 12-03-2011, 03:50 PM
Replies: 2
Views: 3,450
Posted By andyvand
Decoding tools for Mac OS X

I decided to share my tools I use for generating the Mac information (from the .ioreg files)
This package contains 3 tools for decoding data.

-> iasl
You know this one, allows decoding (and...
Forum: 10.X 12-03-2011, 12:32 PM
Replies: 8
Views: 6,530
Posted By andyvand
Another update. There are some models added. ...

Another update.
There are some models added.
I also extracted and decoded the EDID blocks now (can be handy if you want to mod your own EDID).


Download:...
Forum: 10.X 11-10-2011, 01:30 PM
Replies: 290
Views: 134,248
Posted By andyvand
Cut and paste the following: make...

Cut and paste the following:
make ARCH_CONFIGS="I386 X86_64" KERNEL_CONFIGS=DEBUG install
note the space after release... and no ""
Forum: 10.X 11-10-2011, 12:18 PM
Replies: 290
Views: 134,248
Posted By andyvand
There is a debug= boot argument (not sure how to...

There is a debug= boot argument (not sure how to use it though).
The other option would be compiling a debug kernel (with make ARCH_CONFIGS="I386 X86_64" KERNEL_CONFIGS=DEBUG install)
Forum: 10.X 11-10-2011, 10:49 AM
Replies: 290
Views: 134,248
Posted By andyvand
Should be there under the source......

Should be there under the source... amd_insn_patcher...
Forum: 10.X 11-09-2011, 11:03 PM
Replies: 290
Views: 134,248
Posted By andyvand
Fixed amd_insn_patcher... :-| It's IOHIDFamily...

Fixed amd_insn_patcher... :-|
It's IOHIDFamily that causes the misery allright...
Decompiling + checking...
EDIT: Removed check for interval (which causes the failure).
The problem in this case...
Forum: 10.X 11-09-2011, 06:31 PM
Replies: 290
Views: 134,248
Posted By andyvand
I saw this one appearing on my Intel with DP1...

I saw this one appearing on my Intel with DP1 too: Pthread support ABORTS when sync kernel primitives misused
But No interval found for is not part of the kernel... either is coming from an app or...
Forum: 10.X 11-09-2011, 06:01 PM
Replies: 290
Views: 134,248
Posted By andyvand
Try setting a scheduler with one of the following...

Try setting a scheduler with one of the following boot arguments.

traditional scheduler: sched=traditional
traditional scheduler with pset runqueue: sched=traditional_with_pset_runqueue
proto...
Forum: 10.X 11-09-2011, 03:43 PM
Replies: 290
Views: 134,248
Posted By andyvand
Can you boot into single user? Then you could...

Can you boot into single user?
Then you could get the dmesg to me... I could use it to look up what goes wrong... :D
A new hope... :-d
EDIT: The second (the kp) is the classic 64bit AMD...
Forum: 10.X 11-09-2011, 12:22 PM
Replies: 23
Views: 27,740
Posted By andyvand
Load the sources in Xcode 4.1. Then set for...

Load the sources in Xcode 4.1.
Then set for Release and tap build.
It'll build ;).
3 finger scrolling probably needs to be coded in...
Forum: 10.X 11-09-2011, 12:58 AM
Replies: 290
Views: 134,248
Posted By andyvand
I tried it on my 32bit Intel netbook. It...

I tried it on my 32bit Intel netbook.
It doesn't instant reset but it gets stuck on a black screen.
I'm using Cparm's latest bootloader...
I bet that if you test this kernel on a supported Intel,...
Forum: 10.X 11-09-2011, 12:47 AM
Replies: 290
Views: 134,248
Posted By andyvand
Ok, I finished compiling the noautopatch version...

Ok, I finished compiling the noautopatch version using Xcode 3.2.6.
It's built as a ub (i386+x86_64 in one bin).

Download:...
Forum: 10.X 11-09-2011, 12:32 AM
Replies: 290
Views: 134,248
Posted By andyvand
I'm almost done compiling the universal...

I'm almost done compiling the universal (32+64bit) kernel (using Xcode 3.2.6).
Lets hope that at least works... :-/
Forum: 10.X 11-09-2011, 12:24 AM
Replies: 290
Views: 134,248
Posted By andyvand
Any report yet on the x86_64 kernels? I hope at...

Any report yet on the x86_64 kernels?
I hope at least those work, then I know where to look. :-|
Forum: 10.X 11-09-2011, 12:18 AM
Replies: 3
Views: 7,148
Posted By andyvand
Snow Leopard 10.6.8 legacy kernel available one...

Snow Leopard 10.6.8 legacy kernel available one level up. ;)
Snow Leopard is not the issue... at the moment only Lion doesn't work on AMD
Forum: 10.X 11-09-2011, 12:12 AM
Replies: 290
Views: 134,248
Posted By andyvand
Try booting with -force64 boot flag (may work but...

Try booting with -force64 boot flag (may work but not sure).
dyld patching on the no autopatch version is done with the new amd_insn_patcher (This works, I tested it).
Soon I'll post my compiled...
Forum: 10.X 11-08-2011, 11:49 PM
Replies: 290
Views: 134,248
Posted By andyvand
And the others (including the x86_64 version)? ...

And the others (including the x86_64 version)?
I'm also compiling a kernel (using Xcode 3.2.6).
I will post download link when ready ;)
Forum: 10.X 11-08-2011, 11:32 PM
Replies: 290
Views: 134,248
Posted By andyvand
Has anybody tested these? :)

Has anybody tested these? :)
Forum: 10.X 11-08-2011, 10:59 PM
Replies: 290
Views: 134,248
Posted By andyvand
It's extremely important to use the last one I...

It's extremely important to use the last one I uploaded because syscall 8 may not be modified on the noautopatch version.
Forum: 10.X 11-08-2011, 10:47 PM
Replies: 290
Views: 134,248
Posted By andyvand
Don't forget to use the new one for noautopatch...

Don't forget to use the new one for noautopatch version.
Forum: 10.X 11-08-2011, 10:46 PM
Replies: 290
Views: 134,248
Posted By andyvand
@Akimoa: Another correction, this one for...

@Akimoa: Another correction, this one for noautopatch-v1.diff. ;)
I forgot to remove the syscall mod for this one...
Normally it should work fine with this one...
Forum: 10.X 11-08-2011, 10:38 PM
Replies: 290
Views: 134,248
Posted By andyvand
@Akimoa: I just finished doing some fixes...

@Akimoa: I just finished doing some fixes (compiling it too) and I fixed up some warnings and 1 error which let it fail.
Uploaded correct versions.
Showing results 26 to 50 of 500