InfiniteMac OSx86  


Showing results 326 to 350 of 500
Search took 0.02 seconds; generated 25 minute(s) ago.
Search: Posts Made By: andyvand
Forum: 10.X 09-29-2009, 08:11 PM
Replies: 80
Views: 97,274
Posted By andyvand
Add to makedefs/MakeInc.def on top: export...

Add to makedefs/MakeInc.def on top:
export BUILD_STABS = 1
Forum: 10.X 09-29-2009, 07:11 PM
Replies: 49
Views: 72,716
Posted By andyvand
Well well well... I had posted it on...

Well well well...
I had posted it on InsanelyMac too but it appears to be gone.
Guess I won't release anything on InsanelyMac anymore since they delete my threads without any reasons...
Oh well......
Forum: 10.X 09-29-2009, 07:01 PM
Replies: 49
Views: 72,716
Posted By andyvand
This also seems to be AppleACPIPlatform.kext...

This also seems to be AppleACPIPlatform.kext related since it's IOPlatformExpert which can't find the platform driver.
Try repairing permissions using Mac install DVD and boot with -f
Forum: 10.X 09-29-2009, 06:41 PM
Replies: 49
Views: 72,716
Posted By andyvand
I've checked and this is wrong... replace as...

I've checked and this is wrong...
replace as follows:
Scope (_PR)
{
Processor (CPU0, 0x00, 0x00000810, 0x06) {}
Processor (CPU1, 0x01, 0x00000000, 0x00) {}
Processor (CPU2, 0x02, 0x00000000,...
Forum: 10.X 09-29-2009, 06:36 PM
Replies: 80
Views: 97,274
Posted By andyvand
I also found a way to do it by removing -Werror...

I also found a way to do it by removing -Werror and making sure it doesn't use xcrun for the tools in makedefs/makeinc.cmd + various Makefiles
I've been thinking of writing a little xcrun tool which...
Forum: 10.X 09-29-2009, 06:32 PM
Replies: 80
Views: 97,274
Posted By andyvand
PE_parse_boot_arg should be replaced with...

PE_parse_boot_arg should be replaced with PE_parse_boot_argn
example: PE_parse_boot_arg("argument", &var) -> PE_parse_boot_argn("argument", &var, sizeof(var))
PADL_ and PADR_ you should look up and...
Forum: 10.X 09-29-2009, 01:40 PM
Replies: 80
Views: 97,274
Posted By andyvand
Since the installer can't load up due to the not...

Since the installer can't load up due to the not working kernel...
I tried installing from USB HD
Forum: 10.X 09-29-2009, 01:39 PM
Replies: 80
Views: 97,274
Posted By andyvand
It crashes after basic initialization with reason...

It crashes after basic initialization with reason : unknown...
Seems my CPU isn't supported on that kernel (Intel Celeron M 420)
Forum: 10.X 09-29-2009, 12:25 PM
Replies: 80
Views: 97,274
Posted By andyvand
I am not pleased with the modbin kernel... It...

I am not pleased with the modbin kernel...
It panics right after init :(
I'm not able to install SL on my external HD :-/
Forum: 10.X 09-29-2009, 11:14 AM
Replies: 80
Views: 97,274
Posted By andyvand
I'm not sure where they are in but if they are...

I'm not sure where they are in but if they are for example in osfmk/i386/mach_traps.h
you #include <i386/mach_traps.h>
Just an example...
Check the base path and include it before the definitions...
Forum: 10.X 09-29-2009, 09:15 AM
Replies: 80
Views: 97,274
Posted By andyvand
Check where PADL_ and PADR_ are defined and make...

Check where PADL_ and PADR_ are defined and make sure the corresponding header file is included.
Also I've read somewhere else that there might be missing #endif directives to #if directives in some...
Forum: 10.X 09-29-2009, 01:13 AM
Replies: 1
Views: 5,963
Posted By andyvand
SMC = System Management Controller You can look...

SMC = System Management Controller
You can look it up under the support pages of apple
Forum: 10.X 09-29-2009, 12:21 AM
Replies: 8
Views: 15,013
Posted By andyvand
AppleSMBIOS-38 for Snow Leopard

My newest release of AppleSMBIOS for SL.
Thanks to SaCleoCheater for recompiling the sources :cool:
Enjoy... ;)
Download including sources:...
Forum: 10.X 09-28-2009, 11:51 PM
Replies: 49
Views: 72,716
Posted By andyvand
Try repairing permission + booting with -f

Try repairing permission + booting with -f
Forum: 10.X 09-28-2009, 10:42 PM
Replies: 12
Views: 12,727
Posted By andyvand
Correction: it decrypts 32bit encrypted binaries...

Correction: it decrypts 32bit encrypted binaries for Snow Leopard...
I'll check Dont steal Mac OS X to see if I can get it going for 64bit too...
It would be cool to have decrypts for SL
Forum: 10.X 09-28-2009, 07:57 PM
Replies: 80
Views: 97,274
Posted By andyvand
look for the file in spotlight use /usr/bin/mig...

look for the file in spotlight
use /usr/bin/mig <file.mig> to try to mig it...
Check the returned info + files + line
Forum: 10.X 09-28-2009, 12:11 PM
Replies: 49
Views: 72,716
Posted By andyvand
Interesting... It does misdetect the cpu count...

Interesting...
It does misdetect the cpu count thus.
Perhaps I should put in a check but if it's DSDT related it should be fixed there
Forum: 10.X 09-28-2009, 12:07 PM
Replies: 12
Views: 12,727
Posted By andyvand
cd into build/Release ./apb_decrypt...

cd into build/Release
./apb_decrypt <encrypted_bin> <decrypted_bin>
./apb_encrypt <unencrypted_bin> <encrypted_bin>
same for apb_encrypt_legal or apb_decrypt_legal
./smc_read
for testing...
Forum: 10.X 09-28-2009, 11:59 AM
Replies: 80
Views: 97,274
Posted By andyvand
Check task_access_server.mig... Try manually...

Check task_access_server.mig...
Try manually migging it and check for errors, then let me know...
Forum: 10.X 09-28-2009, 11:57 AM
Replies: 80
Views: 97,274
Posted By andyvand
I could add that afterwards but lets first get...

I could add that afterwards but lets first get this fixed up and working...
Forum: 10.X 09-28-2009, 11:56 AM
Replies: 80
Views: 97,274
Posted By andyvand
Sure it will... But not on SSE2 only machines

Sure it will...
But not on SSE2 only machines
Forum: 10.X 09-27-2009, 10:32 AM
Replies: 49
Views: 72,716
Posted By andyvand
and how about tscsync=0?

and how about tscsync=0?
Forum: 10.X 09-27-2009, 10:31 AM
Replies: 12
Views: 12,727
Posted By andyvand
I have remade the tools apb_encrypt and...

I have remade the tools apb_encrypt and apb_decrypt and smc_read
the ones indicated as "legal" query the SMC
Get them from: http://rapidshare.com/files/285582619/SMC_Tools.zip
Forum: 10.X 09-27-2009, 08:38 AM
Replies: 49
Views: 72,716
Posted By andyvand
So do I but I've got my files on an MBR style...

So do I but I've got my files on an MBR style partition and I don't think it will install onto this
Ripped it from someones disc :)
Forum: 10.X 09-27-2009, 08:32 AM
Replies: 80
Views: 97,274
Posted By andyvand
getsectdatafromheader is declared in...

getsectdatafromheader is declared in <libkern/kernel_mach_header.h>
you should put #include <libkern/kernel_mach_header.h> into the failing header
That should fix this up
Showing results 326 to 350 of 500