architecture.po 5.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. msgid ""
  2. msgstr ""
  3. "Project-Id-Version: PACKAGE VERSION\n"
  4. "POT-Creation-Date: 2020-06-17 12:44+0800\n"
  5. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  6. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  7. "Language-Team: LANGUAGE <LL@li.org>\n"
  8. "Language: zh_CN\n"
  9. "MIME-Version: 1.0\n"
  10. "Content-Type: text/plain; charset=UTF-8\n"
  11. "Content-Transfer-Encoding: 8bit\n"
  12. "X-Generator: Translate Toolkit 2.2.5\n"
  13. #. type: Content of: <sect1><title>
  14. #: /home/xry111/svn-repos/LFS-BOOK/prologue/architecture.xml:11
  15. msgid "LFS Target Architectures"
  16. msgstr "LFS 的目标架构"
  17. #. type: Content of: <sect1><para>
  18. #: /home/xry111/svn-repos/LFS-BOOK/prologue/architecture.xml:13
  19. msgid ""
  20. "The primary target architectures of LFS are the AMD/Intel x86 (32-bit) and "
  21. "x86_64 (64-bit) CPUs. On the other hand, the instructions in this book are "
  22. "also known to work, with some modifications, with the Power PC and ARM CPUs. "
  23. "To build a system that utilizes one of these CPUs, the main prerequisite, in "
  24. "addition to those on the next page, is an existing Linux system such as an "
  25. "earlier LFS installation, Ubuntu, Red Hat/Fedora, SuSE, or other "
  26. "distribution that targets the architecture that you have. Also note that a "
  27. "32-bit distribution can be installed and used as a host system on a 64-bit "
  28. "AMD/Intel computer."
  29. msgstr ""
  30. "LFS 的主要目标架构是 AMD/Intel 的 x86 (32 位) 和 x86_64 (64 位) CPU。此外,"
  31. "如果对本书中的一些指令作适当的修改,它们也应该适用于 Power PC 和 ARM 架构的 "
  32. "CPU。无论在其中哪种 CPU 上,构建 LFS 都至少需要一个现有的 Linux 系统,例如已"
  33. "经构建好的 LFS 系统,Ubuntu,Rad Hat/Fedora,SuSE,或者其他支持您的硬件架构的"
  34. "发行版,后文中还会介绍其他前提条件。另外,32 位发行版也能在 64 位的 AMD/"
  35. "Intel 计算机上正常运行,并作为 LFS 的构建环境。"
  36. #. type: Content of: <sect1><para>
  37. #: /home/xry111/svn-repos/LFS-BOOK/prologue/architecture.xml:23
  38. msgid ""
  39. "For building LFS, the gain of building on a 64-bit system compared to a 32-"
  40. "bit system is minimal. For example, in a test build of LFS-9.1 on a Core "
  41. "i7-4790 CPU based system, using 4 cores, the following statistics were "
  42. "measured:"
  43. msgstr ""
  44. "对于构建 LFS 来说,构建 64 位系统相较于 32 位系统而言只会获得很小的收益。例"
  45. "如,在使用安装了 Core i7-4790 CPU 的系统测试构建 LFS-9.1 时,我们得到的实验数"
  46. "据为:"
  47. #. type: Content of: <sect1><screen>
  48. #: /home/xry111/svn-repos/LFS-BOOK/prologue/architecture.xml:28
  49. #, no-wrap
  50. msgid ""
  51. "<computeroutput>Architecture Build Time Build Size\n"
  52. "32-bit 239.9 minutes 3.6 GB\n"
  53. "64-bit 233.2 minutes 4.4 GB</computeroutput>"
  54. msgstr ""
  55. "<computeroutput>架构 构建时间 系统大小\n"
  56. "32 位 239.9 分钟 3.6 GB\n"
  57. "64 位 233.2 分钟 4.4 GB</computeroutput>"
  58. #. type: Content of: <sect1><para>
  59. #: /home/xry111/svn-repos/LFS-BOOK/prologue/architecture.xml:32
  60. msgid ""
  61. "As you can see, on the same hardware, the 64-bit build is only 3% faster and "
  62. "is 22% larger than the 32-bit build. If you plan to use LFS as a LAMP "
  63. "server, or a firewall, a 32-bit CPU may be largely sufficient. On the other "
  64. "hand, several packages in BLFS now need more than 4GB of RAM to be built and/"
  65. "or to run, so that if you plan to use LFS as a desktop, the LFS authors "
  66. "recommend building on a 64-bit system."
  67. msgstr ""
  68. "可以看出,在相同的硬件上,64 位系统的构建仅仅比 32 位快 3%,但占用的磁盘空间"
  69. "却比 32 位系统大 22%。如果您准备用 LFS 系统运行 LAMP 服务器,或者防火墙,那"
  70. "么 32 位 CPU 足以满足需求。然而,BLFS 中的一些软件包在构建或运行过程中可能需"
  71. "要超过 4GB 的内存,因此如果您准备将 LFS 作为桌面系统,LFS 作者推荐构建 64 位"
  72. "系统。"
  73. #. type: Content of: <sect1><para>
  74. #: /home/xry111/svn-repos/LFS-BOOK/prologue/architecture.xml:39
  75. msgid ""
  76. "The default 64-bit build that results from LFS is considered a <quote>pure</"
  77. "quote> 64-bit system. That is, it supports 64-bit executables only. Building "
  78. "a <quote>multi-lib</quote> system requires compiling many applications "
  79. "twice, once for a 32-bit system and once for a 64-bit system. This is not "
  80. "directly supported in LFS because it would interfere with the educational "
  81. "objective of providing the instructions needed for a straightforward base "
  82. "Linux system. Some LFS/BLFS editors maintain a fork of LFS for multilib, "
  83. "which is accessible at <ulink url=\"http://www.linuxfromscratch.org/~thomas/"
  84. "multilib/index.html\"/>. But it is an advanced topic."
  85. msgstr ""
  86. "完全按照本书构建的 LFS 系统是一个<quote>纯粹的</quote> 64 位系统。换句话说,"
  87. "它只能运行 64 位可执行程序。构建一个<quote>multi-lib</quote> 系统需要将许多应"
  88. "用程序编译两次,一次编译为 32 位,另一次编译为 64 位。本书不提供这方面的内"
  89. "容,因为本书的教学目的是提供简洁的基本 Linux 系统的构建方法,讨论 multilib 会"
  90. "和这一目标发生冲突。一些 LFS/BLFS 编辑维护了 LFS 的 multilib 版本,可以在 "
  91. "<ulink url=\"http://www.linuxfromscratch.org/~thomas/multilib/index.html\"/> "
  92. "查阅。但这是一个比较复杂的主题。"