OSDN Git Service

Added all.
[clfsja/cross-lfs-ja.git] / src / temp-system / ppc64 / choose.ch
1 %
2 % This is part of CLFSja package.
3 %
4 % This is a CTIE change file for the original XML source of the CLFSbook.
5 %
6 @x
7 <?xml version="1.0" encoding="ISO-8859-1"?>
8 @y
9 <?xml version="1.0" encoding="UTF-8"?>
10 @z
11
12 @x
13   <title>To Boot or to Chroot?</title>
14 @y
15   <title>再起動か chroot か?</title>
16 @z
17
18 @x
19   <para>Powerpc64 is slightly different from some of the other
20   architectures, because a 64-bit kernel running 32-bit userspace can
21   successfully chroot and execute 64-bit programs.  However, if the
22   kernel personality has been set to 32-bit by a utility such as
23   linux32, it will eventually fail when Glibc thinks it is building
24   on a 32-bit system and tries to include incompatible assembler code
25   in the 64-bit glibc.</para>
26 @y
27   <para>
28   Powerpc64 は他のアーキテクチャーとは多少違う側面があります。
29   それは32ビットユーザー空間で稼動する64ビットカーネルでも、問題なく chroot が出来て64ビットプログラムを実行できることです。
30   ただし linux32 のようなユーティリティーによりカーネルのパーソナリティー (personality) が32ビットに設定されている場合、Glibc が32ビット上でのビルドと識別してしまうことが起こります。
31   その場合には64ビット Glibc の互換性のないアセンブラーコードを含めてしまいます。
32   </para>
33 @z
34
35 @x
36   <para>To see if you can successfully chroot to build the final powerpc64
37   system, enter the following command which tests if you are running a
38   64-bit Linux 2.6 kernel (with a 64-bit personality):</para>
39 @y
40   <para>
41   chroot を行って Powerpc64 システムをビルドできるかどうかを確認するには以下のコマンドを実行します。
42   これは64ビット Linux 2.6 カーネル (64ビットパーソナリティー) が稼動しているかどうかを確認するものです。
43   </para>
44 @z