On 9/5/07, Ming Liu <[EMAIL PROTECTED]> wrote: > > > > Is it then possible to run two independent kernels, one on each PPC?? > > > >Absolutely. > > Are you meaning two entirely seperate systems, or two ones which share a > common HW such as memory space? Is that possible without any memory > confliction?
You can share physical memory as long as each processor is dedicated to separate regions. However, Linux on power expects memory to be based at 0. Therefore you need to tweak the memory design so that the second processor sees a different area of the ram based at zero. You can even setup a shared memory region between the two processors, but you that region should be cache-inhibited. Cheers, g. -- Grant Likely, B.Sc., P.Eng. Secret Lab Technologies Ltd. [EMAIL PROTECTED] (403) 399-0195 _______________________________________________ Linuxppc-embedded mailing list Linuxppc-embedded@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-embedded