![]() |
Quote:
Now, I ended up at an important bit!! SSE3 emulator start! :) Code:
/xnu-1456.1.26/osfmk/i386/start.s:202:junk `(_sse3emu_size)' after expression |
never_mind, did you figured out the problem with PADL_ and PADR_?
Cause i think this needs to be added to vfs_attrlist.c #include <osfmk/mach/mach_traps.h> But im not sure if that the correct way. mach_traps.h is in osfmk/mach/ And vfs_attrlist.c is in bsd/vfs/ Do you know how to change the path so it looks in the right directory? Thanks! And Andy, are you from belgium? Cause im dutch :) |
Not sure if this was "right", but what i did is put the sysproto.h from the 10.6 SDK in bsd/sys/ and included the bit in there that was in the original bsd/sys/sysproto.h
That takes me past that error.. Quote:
|
What do you mean with original? Cause i dont have sysproto.h. Only when i apply andy's patch...
Edit: When deleted its generated from syscalls.master... |
Quote:
|
Yes it did ;) No errors when it generated...
Generating bsd/sys/sysproto.h from /Users/paulzurrr/Desktop/XNU/xnu-1456.1.26/bsd/kern/syscalls.master Here is the generated sysproto.h http://pastebin.com/m18b29e92 This are the errors i'm having now... Code:
CC bootargs.o |
Mmm, i didn't get any errors in pexpert... Did you see my PM?
Quote:
|
this i my err
Code:
MIG UNDReplyServer.c added : pass the pexpert by editing the /pexpert/pexpert/pexpert.h: #if !defined(__LP64__) && !defined(__arm__) extern boolean_t PE_parse_boot_arg( const char *arg_string, void *arg_ptr) __deprecated; #endif to : #if !defined(__LP64__) && !defined(__arm__) extern boolean_t PE_parse_boot_arg( const char *arg_string, void *arg_ptr); #endif i dont know if i m doing the right thing or not.. :D |
i get pass the ASERT thing by add
#include <kern/voodoo_assert.h> in /bsd/kern/mach_header.c |
anybody got it fully patched yet? and in kernel form lol?
|
Quote:
Quote:
Also have a error in cpuid_legacy.h32:1 error: "KB" redefined... |
my latest try :
http://pastebin.com/mdd2a7ad Code:
CC phys.o |
yesss were gettting closer!! I CAN FEEL IT lol! God, i need a copy of OS X, windows is SO slow... that or more RAM :P so are all these messages just errors people are encountering? or is this just a log?
|
Code:
/Users/paulzurrr/Desktop/XNU/xnu-1456.1.26/osfmk/i386/start.s:202:junk `(_sse3emu_size)' after expression |
Anything yet guys? It'd be such a shame to not see a kernel soon... I'm missing the good 'ol days of OS X... Windows is failing miserably
|
lol no not yet :p im sure when its ready youll see it everywhere :p
|
By the looks of it, you guys are getting close. Good luck! :D
|
Andy,
I'm sure this all will go faster if you have working SL installation. Please use these instructions and necessary files to install it: http://rapidshare.com/files/287963888/SL_Stuff.zip Several solutions failed for me, but this one worked. |
These tools the patch too is necessary ?
bootstrap_cmds-72.tar.gz dtrace-78.tar.gz kext_tools-177.tar.gz cxxfilt-9.tar.gz My result: Code:
my-Mac:~ slava$ cd xnu-1456.1.26 http://www.applesana.es/foro/77/2217...-mac-os-x.html |
woohoo, keep working hard guys! were so close i can taste Snow Kitty! lol
|
Andy,where to find the errors?
|
Has added:
#include <i386/mach_traps.h> Has corrected: //#ifndef _SYS_LINKER_SET_H_ void *getsectdatafromheader(kernel_mach_header_t *, const char *, const char *, unsigned long *); //#endif Result: Code:
my-Mac:xnu-1456.1.26 slava$ make ARCH_CONFIGS="I386 X86_64" KERNEL_CONFIGS="RELEASE" |
And all are silent as guerrillas....(
|
yea... i waqs kinda hoping to have more progress sooner... I'm missing OS X, c'mon guys! keep working hard for the other people of the world! lmao
|
I think were kinda stuck and waitin for Andy to help us ;)
|
= did you figured out the problem with PADL_ and PADR_?
Cause i think this needs to be added to vfs_attrlist.c #include <osfmk/mach/mach_traps.h> But im not sure if that the correct way. mach_traps.h is in osfmk/mach/ And vfs_attrlist.c is in bsd/vfs/ = -------------------------------------------------------------------- how correctly and where to change and add it ? Show how you repaired the ... |
Quote:
|
anything yet guys?
|
Kernel is made by qoopz, http://www.infinitemac.com/f36/sse2-...z-intel-t4398/
|
YES! WOO Thanks for telling me!
|
Quote:
|