Commit Briefs

powerpc64

Changes I made to make this compile with the 32 bit powerpc compiler (master)

(requires ld32 and cc32 which are scripts)


powerpc64

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.


powerpc64

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.


powerpc64

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.


powerpc64

commit uncommitted bits



powerpc64

commit uncommited bits


powerpc64

update


powerpc64

powerpc->powerpc64


powerpc64

* updates


powerpc64

updated locore.S


powerpc64

* reworked locore0.S file



powerpc64

fixing some paths


powerpc64

fix typo mutli->multi



powerpc64

add the vanilla macppc files


powerpc64

vanilla Makefile from macppc arch


powerpc64

macppc->aim64 arch


powerpc64

Change macppc->aim64


powerpc64

add the vanilla macppc files


powerpc64

add the vanilla macppc Makefile


powerpc64

add the vanilla macppc files


powerpc64

add the vanilla macppc files


powerpc64

add the vanilla macppc files here