architecture.po 5.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. msgid ""
  2. msgstr ""
  3. "X-Pootle-Revision: 9999999\n"
  4. "X-Pootle-Path: /zh_CN/lfs/prologue/architecture.po\n"
  5. "Project-Id-Version: PACKAGE VERSION\n"
  6. "POT-Creation-Date: 2020-08-08 19:28+0800\n"
  7. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  8. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  9. "Language-Team: LANGUAGE <LL@li.org>\n"
  10. "Language: zh_CN\n"
  11. "MIME-Version: 1.0\n"
  12. "Content-Type: text/plain; charset=UTF-8\n"
  13. "Content-Transfer-Encoding: 8bit\n"
  14. "X-Generator: Translate Toolkit 2.2.5\n"
  15. #. type: Content of: <sect1><title>
  16. msgid "LFS Target Architectures"
  17. msgstr "LFS 的目标架构"
  18. #. type: Content of: <sect1><para>
  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. msgid ""
  38. "For building LFS, the gain of building on a 64-bit system compared to a 32-"
  39. "bit system is minimal. For example, in a test build of LFS-9.1 on a Core "
  40. "i7-4790 CPU based system, using 4 cores, the following statistics were "
  41. "measured:"
  42. msgstr ""
  43. "对于构建 LFS 来说,构建 64 位系统相较于 32 位系统而言只会获得很小的收益。例"
  44. "如,在使用安装了 Core i7-4790 CPU 的系统测试构建 LFS-9.1 时,我们得到的实验数"
  45. "据为:"
  46. #. type: Content of: <sect1><screen>
  47. #, no-wrap
  48. msgid ""
  49. "<computeroutput>Architecture Build Time Build Size\n"
  50. "32-bit 239.9 minutes 3.6 GB\n"
  51. "64-bit 233.2 minutes 4.4 GB</computeroutput>"
  52. msgstr ""
  53. "<computeroutput>架构 构建时间 系统大小\n"
  54. "32 位 239.9 分钟 3.6 GB\n"
  55. "64 位 233.2 分钟 4.4 GB</computeroutput>"
  56. #. type: Content of: <sect1><para>
  57. msgid ""
  58. "As you can see, on the same hardware, the 64-bit build is only 3% faster and "
  59. "is 22% larger than the 32-bit build. If you plan to use LFS as a LAMP "
  60. "server, or a firewall, a 32-bit CPU may be largely sufficient. On the other "
  61. "hand, several packages in BLFS now need more than 4GB of RAM to be built and/"
  62. "or to run, so that if you plan to use LFS as a desktop, the LFS authors "
  63. "recommend building on a 64-bit system."
  64. msgstr ""
  65. "可以看出,在相同的硬件上,64 位系统的构建仅仅比 32 位快 3%,但占用的磁盘空间"
  66. "却比 32 位系统大 22%。如果您准备用 LFS 系统运行 LAMP 服务器,或者防火墙,那"
  67. "么 32 位 CPU 足以满足需求。然而,BLFS 中的一些软件包在构建或运行过程中可能需"
  68. "要超过 4GB 的内存,因此如果您准备将 LFS 作为桌面系统,LFS 作者推荐构建 64 位"
  69. "系统。"
  70. #. type: Content of: <sect1><para>
  71. msgid ""
  72. "The default 64-bit build that results from LFS is considered a <quote>pure</"
  73. "quote> 64-bit system. That is, it supports 64-bit executables only. Building "
  74. "a <quote>multi-lib</quote> system requires compiling many applications "
  75. "twice, once for a 32-bit system and once for a 64-bit system. This is not "
  76. "directly supported in LFS because it would interfere with the educational "
  77. "objective of providing the instructions needed for a straightforward base "
  78. "Linux system. Some LFS/BLFS editors maintain a fork of LFS for multilib, "
  79. "which is accessible at <ulink url=\"http://www.linuxfromscratch.org/~thomas/"
  80. "multilib/index.html\"/>. But it is an advanced topic."
  81. msgstr ""
  82. "完全按照本书构建的 LFS 系统是一个<quote>纯粹的</quote> 64 位系统。换句话说,"
  83. "它只能运行 64 位可执行程序。构建一个<quote>multi-lib</quote> 系统需要将许多应"
  84. "用程序编译两次,一次编译为 32 位,另一次编译为 64 位。本书不提供这方面的内"
  85. "容,因为本书的教学目的是提供简洁的基本 Linux 系统的构建方法,讨论 multilib 会"
  86. "和这一目标发生冲突。一些 LFS/BLFS 编辑维护了 LFS 的 multilib 版本,可以在 "
  87. "<ulink url=\"http://www.linuxfromscratch.org/~thomas/multilib/index.html\"/> "
  88. "查阅。但这是一个比较复杂的主题。"