InfiniteMac OSx86  


Reply
 
Thread tools Display modes
  #1  
Old 09-28-2009, 11:59 AM
andyvand's Avatar
andyvand andyvand is offline
 
Join Date: Apr 2009
Location: Tienen
Posts: 515
Quote:
Originally Posted by never_mind View Post
I guess _SYS_LINKER_SET_H_ is not defined (should it be?), cause if code in libkern/libkern/kernel_mach_header.h is changed to :

//#ifndef _SYS_LINKER_SET_H_
void *getsectdatafromheader(kernel_mach_header_t *, const char *, const char *, unsigned long *);
//#endif

the compile errors in linker_set.h regarding getsectdatafromheader disappear.

Cant seem to find though where this error:

MIG task_access_server.h
Missing }.
make[4]: *** [/Users/Pet/Desktop/xnu-1456.1.26/BUILD/obj//RELEASE_I386/osfmk/RELEASE/Makefile] Error 1
make[3]: *** [build_all] Error 2
make[2]: *** [build_all_conf] Error 2
make[1]: *** [build_all_osfmk] Error 2
make[1]: *** Waiting for unfinished jobs....
CC WKdmCompress.o

is caused...
Check task_access_server.mig...
Try manually migging it and check for errors, then let me know...
Reply With Quote
  #2  
Old 09-27-2009, 12:06 PM
perisman perisman is offline
Cheetah
 
Join Date: Mar 2008
Posts: 6
I have the same error as rbm, without patching compile, and patched no.
I take a look at headers, and libkern/mach_kernel_header.h is include under ifdef kernel argument.
Reply With Quote
  #3  
Old 09-27-2009, 05:30 PM
pαuℓzurrr.'s Avatar
pαuℓzurrr. pαuℓzurrr. is offline
 
Join Date: Jan 2008
Location: The Netherlands
Posts: 280
What do we have to do after running, patch -p0 -i xnu-1456.1.26-AnV_test.diff?
Thanks!

Mac Inspiron 531 » 10.6.8 • 10.8.0 Legacy Kernel • AMD Athlon 64 X2 5000+ (2.60GHz)
Dell M2N61-AX/nForce 430/MCP61 • 4GB Dual Channel DDR2 667MHz
ALC888 • nVidia GeForce 8600 GT 256 MB
2 x WDC WD5000AAKS 500 GB SATA HDD
Reply With Quote
  #4  
Old 09-27-2009, 08:48 PM
maya77's Avatar
maya77 maya77 is offline
Panther
 
Join Date: Jun 2008
Posts: 194
As I understood you in another posts, this will never work in 64-bit mode on AMD. True?
Reply With Quote
  #5  
Old 09-28-2009, 11:56 AM
andyvand's Avatar
andyvand andyvand is offline
 
Join Date: Apr 2009
Location: Tienen
Posts: 515
Quote:
Originally Posted by maya77 View Post
As I understood you in another posts, this will never work in 64-bit mode on AMD. True?
Sure it will...
But not on SSE2 only machines
Reply With Quote
  #6  
Old 09-28-2009, 11:56 AM
dashboard's Avatar
dashboard dashboard is offline
Cheetah
 
Join Date: Sep 2009
Posts: 7
Somebody compiled this yet? Can't wait
Reply With Quote
  #7  
Old 09-28-2009, 12:31 PM
aryajuanda's Avatar
aryajuanda aryajuanda is offline
 
Join Date: May 2008
Location: Indonesia
Posts: 72
i have an AMD machine running SL in 32 bit mode with this metode : http://www.infinitemac.com/f57/amd-s...install-t3727/ , will try to compile it tonight... hope i can help creating 64 bit XNU kernel..

Intel Core2Quad Q8400
Gigabyte GA-EP43-UD3L
4 GB kit DDR2 PC 6400 G-Skill BlackEdition
500 Gb Seagate Baracuda SATA
GeForce 9600 GT 512 MB GDDR3 256Bit
Mac OS X 10.6.2 || Leopard 10.5.8 || Windows 7

Visit my OSX86 Blog : http://osx86.boeaja.info
Reply With Quote
  #8  
Old 11-25-2009, 07:56 AM
val88chan val88chan is offline
Cheetah
 
Join Date: Oct 2009
Location: somewhere in asia
Posts: 8
Quote:
Originally Posted by aryajuanda View Post
i have an AMD machine running SL in 32 bit mode with this metode : http://www.infinitemac.com/f57/amd-s...install-t3727/ , will try to compile it tonight... hope i can help creating 64 bit XNU kernel..
waiting for this kernel so much....hope somebody would create it for non vanilla user
Reply With Quote
  #9  
Old 09-29-2009, 10:24 AM
pαuℓzurrr.'s Avatar
pαuℓzurrr. pαuℓzurrr. is offline
 
Join Date: Jan 2008
Location: The Netherlands
Posts: 280
It seems that their defined in mach_traps.h...
Not sure which header file to include...

Mac Inspiron 531 » 10.6.8 • 10.8.0 Legacy Kernel • AMD Athlon 64 X2 5000+ (2.60GHz)
Dell M2N61-AX/nForce 430/MCP61 • 4GB Dual Channel DDR2 667MHz
ALC888 • nVidia GeForce 8600 GT 256 MB
2 x WDC WD5000AAKS 500 GB SATA HDD
Reply With Quote
  #10  
Old 09-29-2009, 11:14 AM
andyvand's Avatar
andyvand andyvand is offline
 
Join Date: Apr 2009
Location: Tienen
Posts: 515
Quote:
Originally Posted by pαuℓzurrr. View Post
It seems that their defined in mach_traps.h...
Not sure which header file to include...
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
Also check for those unmatched #if s
I have bought an external HD so I'll be on Snow myself soon
Reply With Quote
Reply