View Single Post
 
Old 09-30-2009, 08:08 AM
never_mind never_mind is offline
Puma
 
Join Date: Jul 2009
Location: Melbourne
Posts: 23
Quote:
Originally Posted by never_mind View Post
wait, now i get it, slave_tsc_init moved, so i guess those declarations need to go somplace else..
ok for now i just chucked those static definitions it needs into the file

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
/xnu-1456.1.26/osfmk/i386/start.s:207:4294967296 shortened to 0
/xnu-1456.1.26/osfmk/i386/start.s:209:junk `(_master_idt)' after expression
make[6]: *** [start.o] Error 1
Arrgh. Now why does it say that? An(d)y ideas?
Reply With Quote