Differences between revisions 2 and 3
Revision 2 as of 2011-12-11 04:45:13
Size: 429
Editor: ?Hiroyuki Yamamoto
Comment:
Revision 3 as of 2011-12-25 14:37:01
Size: 715
Editor: ?Hiroyuki Yamamoto
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:

== Current Status ==
Applying for using debian-ports infrastructure.

== Setting up a ppc64 chroot on a powerpc system ==
{{{
debootstrap --no-check-gpg --arch=ppc64 sid /chroots/sid-ppc64 http://yamamoto.fam.cx/debian/
chroot /chroots/sid-ppc64
mount -t proc proc /proc
}}}

Debian ppc64 port

Target

The Debian/PowerPC64 (ppc64) port project is active for supporting 64-bit PowerPC CPUs with VMX as follows:

PowerPC 970/970FX/970MP, Xenon, Cell BE, PowerXCell 8i, POWER6/POWER6+, POWER7.

This port don't support POWER4/POWER4+ and POWER5/POWER5+ which are 64-bit PowerPC CPUs shipped unfortunately without VMX. Please use 'powerpc' port for these machines.

Current Status

Applying for using debian-ports infrastructure.

Setting up a ppc64 chroot on a powerpc system

debootstrap --no-check-gpg --arch=ppc64 sid /chroots/sid-ppc64 http://yamamoto.fam.cx/debian/
chroot /chroots/sid-ppc64
mount -t proc proc /proc