| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349 | msgid ""msgstr """Project-Id-Version: PACKAGE VERSION\n""POT-Creation-Date: 2020-06-21 23:42+0800\n""PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n""Last-Translator: FULL NAME <EMAIL@ADDRESS>\n""Language-Team: LANGUAGE <LL@li.org>\n""Language: zh_CN\n""MIME-Version: 1.0\n""Content-Type: text/plain; charset=UTF-8\n""Content-Transfer-Encoding: 8bit\n""X-Generator: Translate Toolkit 2.2.5\n"#. type: Content of: <sect1><sect1info><address>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:14#, no-wrapmsgid "&linux-url;"msgstr "&linux-url;"#. type: Content of: <sect1><sect1info>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:12msgid """<productname>linux-headers</productname> <productnumber>&linux-version;</""productnumber> <placeholder type=\"address\" id=\"0\"/>"msgstr """<productname>linux-headers</productname> <productnumber>&linux-version;</""productnumber> <placeholder type=\"address\" id=\"0\"/>"#. type: Content of: <sect1><title>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:17msgid "Linux-&linux-version; API Headers"msgstr "Linux-&linux-version; API 头文件"#. type: Content of: <sect1><indexterm><primary>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:20msgid "Linux"msgstr "Linux"#. type: Content of: <sect1><indexterm><secondary>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:21msgid "tools, API headers"msgstr "工具,API 头文件"#. type: Content of: <sect1><sect2><para>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:27msgid """The Linux API Headers (in linux-&linux-version;.tar.xz) expose the kernel's ""API for use by Glibc."msgstr """Linux API 头文件 (在 linux-&linux-version;.tar.xz 中) 导出内核 API 供 Glibc ""使用。"#. type: Content of: <sect1><sect2><segmentedlist><segtitle>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:31msgid "&buildtime;"msgstr "&buildtime;"#. type: Content of: <sect1><sect2><segmentedlist><segtitle>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:32msgid "&diskspace;"msgstr "&diskspace;"#. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:35msgid "&linux-headers-tmp-sbu;"msgstr "&linux-headers-tmp-sbu;"#. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:36msgid "&linux-headers-tmp-du;"msgstr "&linux-headers-tmp-du;"#. type: Content of: <sect1><sect2><title>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:43msgid "Installation of Linux API Headers"msgstr "安装 Linux API 头文件"#. type: Content of: <sect1><sect2><para>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:45msgid """The Linux kernel needs to expose an Application Programming Interface (API) ""for the system's C library (Glibc in LFS) to use.  This is done by way of ""sanitizing various C header files that are shipped in the Linux kernel ""source tarball."msgstr """Linux 内核需要导出一个应用程序编程接口 (API) 供系统的 C 运行库 (例如 LFS 中""的 Glibc) 使用。这通过净化内核源码包中提供的若干 C 头文件完成。"#. type: Content of: <sect1><sect2><para>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:50msgid "Make sure there are no stale files embedded in the package:"msgstr "确保软件包中没有遗留陈旧的文件:"#. type: Content of: <sect1><sect2><screen>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:52#, no-wrapmsgid "<userinput remap=\"pre\">make mrproper</userinput>"msgstr "<userinput remap=\"pre\">make mrproper</userinput>"#. type: Content of: <sect1><sect2><para>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:54msgid """Now extract the user-visible kernel headers from the source.  The ""recommended make target <quote>headers_install</quote> cannot be used, ""because it requires <application>rsync</application>, which may not be ""available. The headers are first placed in <filename class=\"directory\">./""usr</filename>, then copied to the needed location."msgstr """下面从源代码中提取用户可见的头文件。我们不能使用推荐的 make 目标""<quote>headers_install</quote>,因为它需要 <application>rsync</application>,""这个程序在宿主系统中未必可用。头文件会先被放置在 <filename class=\"directory""\">./usr</filename> 目录中,之后再将它们复制到最终的位置。"#. type: Content of: <sect1><sect2><screen>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:61#, no-wrapmsgid """<userinput remap=\"make\">make headers\n""find usr/include -name '.*' -delete\n""rm usr/include/Makefile\n""</userinput><userinput remap=\"install\">cp -rv usr/include $LFS/usr</userinput>"msgstr """<userinput remap=\"make\">make headers\n""find usr/include -name '.*' -delete\n""rm usr/include/Makefile\n""</userinput><userinput remap=\"install\">cp -rv usr/include $LFS/usr</userinput>"#. type: Content of: <sect1><sect2><title>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:69msgid "Contents of Linux API Headers"msgstr "Linux API 头文件的内容"#. type: Content of: <sect1><sect2><segmentedlist><segtitle>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:72msgid "Installed headers"msgstr "安装的头文件"#. type: Content of: <sect1><sect2><segmentedlist><segtitle>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:73msgid "Installed directories"msgstr "安装的目录"#. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:76msgid """/usr/include/asm/*.h, /usr/include/asm-generic/*.h, /usr/include/drm/*.h, /""usr/include/linux/*.h, /usr/include/misc/*.h, /usr/include/mtd/*.h, /usr/""include/rdma/*.h, /usr/include/scsi/*.h, /usr/include/sound/*.h, /usr/""include/video/*.h, and /usr/include/xen/*.h"msgstr """/usr/include/asm/*.h, /usr/include/asm-generic/*.h, /usr/include/drm/*.h, /""usr/include/linux/*.h, /usr/include/misc/*.h, /usr/include/mtd/*.h, /usr/""include/rdma/*.h, /usr/include/scsi/*.h, /usr/include/sound/*.h, /usr/""include/video/*.h, 以及 /usr/include/xen/*.h"#. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:81msgid """/usr/include/asm, /usr/include/asm-generic, /usr/include/drm, /usr/include/""linux, /usr/include/misc, /usr/include/mtd, /usr/include/rdma, /usr/include/""scsi, /usr/include/sound, /usr/include/video, and /usr/include/xen"msgstr """/usr/include/asm, /usr/include/asm-generic, /usr/include/drm, /usr/include/""linux, /usr/include/misc, /usr/include/mtd, /usr/include/rdma, /usr/include/""scsi, /usr/include/sound, /usr/include/video, 以及 /usr/include/xen"#. type: Content of: <sect1><sect2><variablelist><bridgehead>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:89msgid "Short Descriptions"msgstr "简要描述"#. type: Content of: <sect1><sect2><variablelist>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:90msgid """<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"msgstr """<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:94msgid "<filename class=\"headerfile\">/usr/include/asm/*.h</filename>"msgstr "<filename class=\"headerfile\">/usr/include/asm/*.h</filename>"#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:96msgid "The Linux API ASM Headers"msgstr "Linux API 汇编头文件"#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:98msgid "/usr/include/asm/*.h"msgstr "/usr/include/asm/*.h"#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:104msgid "<filename class=\"headerfile\">/usr/include/asm-generic/*.h</filename>"msgstr "<filename class=\"headerfile\">/usr/include/asm-generic/*.h</filename>"#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:106msgid "The Linux API ASM Generic Headers"msgstr "Linux API 通用汇编头文件"#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:108msgid "/usr/include/asm-generic/*.h"msgstr "/usr/include/asm-generic/*.h"#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:114msgid "<filename class=\"headerfile\">/usr/include/drm/*.h</filename>"msgstr "<filename class=\"headerfile\">/usr/include/drm/*.h</filename>"#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:116msgid "The Linux API DRM Headers"msgstr "Linux API DRM 头文件"#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:118msgid "/usr/include/drm/*.h"msgstr "/usr/include/drm/*.h"#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:124msgid "<filename class=\"headerfile\">/usr/include/linux/*.h</filename>"msgstr "<filename class=\"headerfile\">/usr/include/linux/*.h</filename>"#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:126msgid "The Linux API Linux Headers"msgstr "Linux API Linux 头文件"#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:128msgid "/usr/include/linux/*.h"msgstr "/usr/include/linux/*.h"#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:134msgid "<filename class=\"headerfile\">/usr/include/misc/*.h</filename>"msgstr "<filename class=\"headerfile\">/usr/include/misc/*.h</filename>"#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:136msgid "The Linux API Miscellaneous Headers"msgstr "Linux API 杂项头文件"#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:138msgid "/usr/include/misc/*.h"msgstr "/usr/include/misc/*.h"#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:144msgid "<filename class=\"headerfile\">/usr/include/mtd/*.h</filename>"msgstr "<filename class=\"headerfile\">/usr/include/mtd/*.h</filename>"#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:146msgid "The Linux API MTD Headers"msgstr "Linux API MTD 头文件"#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:148msgid "/usr/include/mtd/*.h"msgstr "/usr/include/mtd/*.h"#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:154msgid "<filename class=\"headerfile\">/usr/include/rdma/*.h</filename>"msgstr "<filename class=\"headerfile\">/usr/include/rdma/*.h</filename>"#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:156msgid "The Linux API RDMA Headers"msgstr "Linux API RDMA 头文件"#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:158msgid "/usr/include/rdma/*.h"msgstr "/usr/include/rdma/*.h"#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:164msgid "<filename class=\"headerfile\">/usr/include/scsi/*.h</filename>"msgstr "<filename class=\"headerfile\">/usr/include/scsi/*.h</filename>"#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:166msgid "The Linux API SCSI Headers"msgstr "Linux API SCSI 头文件"#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:168msgid "/usr/include/scsi/*.h"msgstr "/usr/include/scsi/*.h"#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:174msgid "<filename class=\"headerfile\">/usr/include/sound/*.h</filename>"msgstr "<filename class=\"headerfile\">/usr/include/sound/*.h</filename>"#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:176msgid "The Linux API Sound Headers"msgstr "Linux API 音频头文件"#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:178msgid "/usr/include/sound/*.h"msgstr "/usr/include/sound/*.h"#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:184msgid "<filename class=\"headerfile\">/usr/include/video/*.h</filename>"msgstr "<filename class=\"headerfile\">/usr/include/video/*.h</filename>"#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:186msgid "The Linux API Video Headers"msgstr "Linux API 视频头文件"#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:188msgid "/usr/include/video/*.h"msgstr "/usr/include/video/*.h"#. type: Content of: <sect1><sect2><variablelist><varlistentry><term>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:194msgid "<filename class=\"headerfile\">/usr/include/xen/*.h</filename>"msgstr "<filename class=\"headerfile\">/usr/include/xen/*.h</filename>"#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:196msgid "The Linux API Xen Headers"msgstr "Linux API Xen 头文件"#. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>#: /home/xry111/svn-repos/LFS-BOOK/chapter05/linux-headers.xml:198msgid "/usr/include/xen/*.h"msgstr "/usr/include/xen/*.h"#~ msgid ""#~ "Details on this package are located in <xref linkend=\"contents-linux-"#~ "headers\" role=\".\"/>"#~ msgstr ""#~ "这个软件包的详细信息可以在 <xref linkend=\"contents-linux-headers\"/> 中找"#~ "到。"
 |