![]() |
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?
|