Before I get started I figured I should ask around about current state.
For this port, I'm targetting the PowerPC ISA v.2.03 using the Book III-E specification. (Freescale PowerPC e200/e500 and IBM PowerPC 405/440/460/970/Power5/Power6)
I have looked a little bit at the different changes IBM has done over the years and still need to evaluate if their fork already has this support. (https://stackoverflow.com/questions/18519899/is-it-possible-to-run-nodejs-on-powerpc-based-linux)
Is there a "zero", emulation or non-native mode that I could use instead of adding another processor ISA support?
Before I get started I figured I should ask around about current state.
For this port, I'm targetting the PowerPC ISA v.2.03 using the Book III-E specification. (Freescale PowerPC e200/e500 and IBM PowerPC 405/440/460/970/Power5/Power6)
I have looked a little bit at the different changes IBM has done over the years and still need to evaluate if their fork already has this support. (https://stackoverflow.com/questions/18519899/is-it-possible-to-run-nodejs-on-powerpc-based-linux)
Is there a "zero", emulation or non-native mode that I could use instead of adding another processor ISA support?