Commits


Changes I made to make this compile with the 32 bit powerpc compiler (requires ld32 and cc32 which are scripts)


in machdep.c the initppc() didn't use 64 bit integers so we change that from u_int -> u_int64_t that should do it.


If you see the comments of the last version that says it all... However if it is wrong then we can always revert. This, I feel deep down is much more correct.


fix the global offsets. This may have introduced a bug, ie. ori %r9, %r9, _C_LABEL(proc0paddr)@l std %r8, _C_LABEL(proc0paddr)@l(%r9) I'm not a asm pro but deep down it tells me that something may be wrong here. Wait and see.


commit uncommitted bits


commit recent changes to make compiles work


commit uncommited bits


update


powerpc->powerpc64


* updates


updated locore.S


* reworked locore0.S file


non aligned locore0.S, if the aligning happen to be correct that's luck


fixing some paths


fix typo mutli->multi


define/declare the 8 byte/64 bit versions of these, I hope I didn't screw this up.


add the vanilla macppc files


vanilla Makefile from macppc arch


macppc->aim64 arch


Change macppc->aim64


add the vanilla macppc files


add the vanilla macppc Makefile


add the vanilla macppc files


add the vanilla macppc files


add the vanilla macppc files here