intel.sgml 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517
  1. <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
  2. <!ENTITY book SYSTEM "intel/book/book.sgml">
  3. <!ENTITY version "2.4.4">
  4. <!ENTITY releasedate "January 23rd, 2001">
  5. <!ENTITY type "INTEL">
  6. <!ENTITY part1 SYSTEM "intel/book/part1.sgml">
  7. <!ENTITY part2 SYSTEM "intel/book/part2.sgml">
  8. <!ENTITY part3 SYSTEM "intel/book/part3.sgml">
  9. <!ENTITY bookinfo SYSTEM "intel/bookinfo/bookinfo.sgml">
  10. <!ENTITY bi-authorgroup SYSTEM "intel/bookinfo/authorgroup.sgml">
  11. <!ENTITY bi-copyright SYSTEM "intel/bookinfo/copyright.sgml">
  12. <!ENTITY bi-legalnotice SYSTEM "intel/bookinfo/legalnotice.sgml">
  13. <!ENTITY bi-abstract SYSTEM "intel/bookinfo/abstract.sgml">
  14. <!ENTITY dedication SYSTEM "intel/dedication/dedication.sgml">
  15. <!ENTITY dc-dedicated SYSTEM "intel/dedication/dedicated.sgml">
  16. <!ENTITY preface SYSTEM "intel/preface/preface.sgml">
  17. <!ENTITY pf-whoread SYSTEM "intel/preface/whoread.sgml">
  18. <!ENTITY pf-whonotread SYSTEM "intel/preface/whonotread.sgml">
  19. <!ENTITY pf-organization SYSTEM "intel/preface/organization.sgml">
  20. <!ENTITY pf-oz-organpart1 SYSTEM "intel/preface/organpart1.sgml">
  21. <!ENTITY pf-oz-organpart2 SYSTEM "intel/preface/organpart2.sgml">
  22. <!ENTITY pf-oz-organpart3 SYSTEM "intel/preface/organpart3.sgml">
  23. <!ENTITY chapter1 SYSTEM "intel/chapter1/chapter1.sgml">
  24. <!ENTITY c1-introduction SYSTEM "intel/chapter1/introduction.sgml">
  25. <!ENTITY c1-how SYSTEM "intel/chapter1/how.sgml">
  26. <!ENTITY c1-versions SYSTEM "intel/chapter1/versions.sgml">
  27. <!ENTITY c1-acknowledgements SYSTEM "intel/chapter1/acknowledgements.sgml">
  28. <!ENTITY c1-changelog SYSTEM "intel/chapter1/changelog.sgml">
  29. <!ENTITY c1-mlarchive SYSTEM "intel/chapter1/mlarchive.sgml">
  30. <!ENTITY c1-ma-lfsdiscuss SYSTEM "intel/chapter1/lfsdiscuss.sgml">
  31. <!ENTITY c1-ma-lfsapps SYSTEM "intel/chapter1/lfsapps.sgml">
  32. <!ENTITY c1-ma-lfsannounce SYSTEM "intel/chapter1/lfsannounce.sgml">
  33. <!ENTITY c1-ma-lfssecurity SYSTEM "intel/chapter1/lfssecurity.sgml">
  34. <!ENTITY c1-ma-alfsdiscuss SYSTEM "intel/chapter1/alfsdiscuss.sgml">
  35. <!ENTITY c1-ma-alfsdocs SYSTEM "intel/chapter1/alfsdocs.sgml">
  36. <!ENTITY c1-ma-alfsipc SYSTEM "intel/chapter1/alfsipc.sgml">
  37. <!ENTITY c1-ma-alfsprofile SYSTEM "intel/chapter1/alfsprofile.sgml">
  38. <!ENTITY c1-ma-subscribe SYSTEM "intel/chapter1/subscribe.sgml">
  39. <!ENTITY c1-ma-unsubscribe SYSTEM "intel/chapter1/unsubscribe.sgml">
  40. <!ENTITY c1-ma-mailarchive SYSTEM "intel/chapter1/mailarchive.sgml">
  41. <!ENTITY c1-contactinfo SYSTEM "intel/chapter1/contactinfo.sgml">
  42. <!ENTITY chapter2 SYSTEM "intel/chapter2/chapter2.sgml">
  43. <!ENTITY c2-aboutlfs SYSTEM "intel/chapter2/aboutlfs.sgml">
  44. <!ENTITY c2-download SYSTEM "intel/chapter2/download.sgml">
  45. <!ENTITY c2-install SYSTEM "intel/chapter2/install.sgml">
  46. <!ENTITY c2-bootscripts SYSTEM "intel/chapter2/bootscripts.sgml">
  47. <!ENTITY c2-commands SYSTEM "intel/chapter2/commands.sgml">
  48. <!ENTITY chapter3 SYSTEM "intel/chapter3/chapter3.sgml">
  49. <!ENTITY c3-introduction SYSTEM "intel/chapter3/introduction.sgml">
  50. <!ENTITY c3-packages SYSTEM "intel/chapter3/packages.sgml">
  51. <!ENTITY c3-pg-toplevel SYSTEM "intel/chapter3/toplevel.sgml">
  52. <!ENTITY c3-pg-makedev SYSTEM "intel/chapter3/makedev.sgml">
  53. <!ENTITY c3-pg-bash SYSTEM "intel/chapter3/bash.sgml">
  54. <!ENTITY c3-pg-binutils SYSTEM "intel/chapter3/binutils.sgml">
  55. <!ENTITY c3-pg-bzip2 SYSTEM "intel/chapter3/bzip2.sgml">
  56. <!ENTITY c3-pg-diffutils SYSTEM "intel/chapter3/diffutils.sgml">
  57. <!ENTITY c3-pg-fileutils SYSTEM "intel/chapter3/fileutils.sgml">
  58. <!ENTITY c3-pg-gcc SYSTEM "intel//chapter3/gcc.sgml">
  59. <!ENTITY c3-pg-kernel SYSTEM "intel/chapter3/kernel.sgml">
  60. <!ENTITY c3-pg-glibc SYSTEM "intel/chapter3/glibc.sgml">
  61. <!ENTITY c3-pg-glibc-crypt SYSTEM "intel/chapter3/glibc-crypt.sgml">
  62. <!ENTITY c3-pg-glibc-threads SYSTEM "intel/chapter3/glibc-threads.sgml">
  63. <!ENTITY c3-pg-glibc-patch SYSTEM "intel/chapter3/glibc-patch.sgml">
  64. <!ENTITY c3-pg-grep SYSTEM "intel/chapter3/grep.sgml">
  65. <!ENTITY c3-pg-gzip SYSTEM "intel/chapter3/gzip.sgml">
  66. <!ENTITY c3-pg-gzip-patch SYSTEM "intel/chapter3/gzip-patch.sgml">
  67. <!ENTITY c3-pg-make SYSTEM "intel/chapter3/make.sgml">
  68. <!ENTITY c3-pg-sed SYSTEM "intel/chapter3/sed.sgml">
  69. <!ENTITY c3-pg-shellutils SYSTEM "intel/chapter3/shellutils.sgml">
  70. <!ENTITY c3-pg-tar SYSTEM "intel/chapter3/tar.sgml">
  71. <!ENTITY c3-pg-tar-patch SYSTEM "intel/chapter3/tar-patch.sgml">
  72. <!ENTITY c3-pg-textutils SYSTEM "intel/chapter3/textutils.sgml">
  73. <!ENTITY c3-pg-ed SYSTEM "intel/chapter3/ed.sgml">
  74. <!ENTITY c3-pg-patch SYSTEM "intel/chapter3/patch.sgml">
  75. <!ENTITY c3-pg-bison SYSTEM "intel/chapter3/bison.sgml">
  76. <!ENTITY c3-pg-mawk SYSTEM "intel/chapter3/mawk.sgml">
  77. <!ENTITY c3-pg-findutils SYSTEM "intel/chapter3/findutils.sgml">
  78. <!ENTITY c3-pg-findutils-patch SYSTEM "intel/chapter3/findutils-patch.sgml">
  79. <!ENTITY c3-pg-ncurses SYSTEM "intel/chapter3/ncurses.sgml">
  80. <!ENTITY c3-pg-less SYSTEM "intel/chapter3/less.sgml">
  81. <!ENTITY c3-pg-groff SYSTEM "intel/chapter3/groff.sgml">
  82. <!ENTITY c3-pg-man SYSTEM "intel/chapter3/man.sgml">
  83. <!ENTITY c3-pg-perl SYSTEM "intel/chapter3/perl.sgml">
  84. <!ENTITY c3-pg-m4 SYSTEM "intel/chapter3/m4.sgml">
  85. <!ENTITY c3-pg-texinfo SYSTEM "intel/chapter3/texinfo.sgml">
  86. <!ENTITY c3-pg-autoconf SYSTEM "intel/chapter3/autoconf.sgml">
  87. <!ENTITY c3-pg-automake SYSTEM "intel/chapter3/automake.sgml">
  88. <!ENTITY c3-pg-flex SYSTEM "intel/chapter3/flex.sgml">
  89. <!ENTITY c3-pg-file SYSTEM "intel/chapter3/file.sgml">
  90. <!ENTITY c3-pg-e2fsprogs SYSTEM "intel/chapter3/e2fsprogs.sgml">
  91. <!ENTITY c3-pg-gettext SYSTEM "intel/chapter3/gettext.sgml">
  92. <!ENTITY c3-pg-ldso SYSTEM "intel/chapter3/ldso.sgml">
  93. <!ENTITY c3-pg-libtool SYSTEM "intel/chapter3/libtool.sgml">
  94. <!ENTITY c3-pg-bin86 SYSTEM "intel/chapter3/bin86.sgml">
  95. <!ENTITY c3-pg-lilo SYSTEM "intel/chapter3/lilo.sgml">
  96. <!ENTITY c3-pg-shadowpwd SYSTEM "intel/chapter3/shadowpwd.sgml">
  97. <!ENTITY c3-pg-modutils SYSTEM "intel/chapter3/modutils.sgml">
  98. <!ENTITY c3-pg-procinfo SYSTEM "intel/chapter3/procinfo.sgml">
  99. <!ENTITY c3-pg-procps SYSTEM "intel/chapter3/procps.sgml">
  100. <!ENTITY c3-pg-vim SYSTEM "intel/chapter3/vim.sgml">
  101. <!ENTITY c3-pg-psmisc SYSTEM "intel/chapter3/psmisc.sgml">
  102. <!ENTITY c3-pg-sysklogd SYSTEM "intel/chapter3/sysklogd.sgml">
  103. <!ENTITY c3-pg-sysklogd-patch SYSTEM "intel/chapter3/sysklogd-patch.sgml">
  104. <!ENTITY c3-pg-sysvinit SYSTEM "intel/chapter3/sysvinit.sgml">
  105. <!ENTITY c3-pg-sysvinit-patch SYSTEM "intel/chapter3/sysvinit-patch.sgml">
  106. <!ENTITY c3-pg-utillinux SYSTEM "intel/chapter3/utillinux.sgml">
  107. <!ENTITY c3-pg-consoletools SYSTEM "intel/chapter3/consoletools.sgml">
  108. <!ENTITY c3-pg-consoletools-patch SYSTEM "intel/chapter3/consoletools-patch.sgml">
  109. <!ENTITY c3-pg-consoledata SYSTEM "intel/chapter3/consoledata.sgml">
  110. <!ENTITY c3-pg-manpages SYSTEM "intel/chapter3/manpages.sgml">
  111. <!ENTITY c3-pg-netkitbase SYSTEM "intel/chapter3/netkitbase.sgml">
  112. <!ENTITY c3-pg-nettools SYSTEM "intel/chapter3/nettools.sgml">
  113. <!ENTITY chapter4 SYSTEM "intel/chapter4/chapter4.sgml">
  114. <!ENTITY c4-introduction SYSTEM "intel/chapter4/introduction.sgml">
  115. <!ENTITY c4-creatingpart SYSTEM "intel/chapter4/creatingpart.sgml">
  116. <!ENTITY c4-creatingfs SYSTEM "intel/chapter4/creatingfs.sgml">
  117. <!ENTITY c4-mounting SYSTEM "intel/chapter4/mounting.sgml">
  118. <!ENTITY c4-creatingdirs SYSTEM "intel/chapter4/creatingdirs.sgml">
  119. <!ENTITY chapter5 SYSTEM "intel/chapter5/chapter5.sgml">
  120. <!ENTITY c5-introduction SYSTEM "intel/chapter5/introduction.sgml">
  121. <!ENTITY c5-pp-bash SYSTEM "intel/chapter5/bash-static.sgml">
  122. <!ENTITY c5-pp-bash-inst SYSTEM "intel/chapter5/bash-static-inst.sgml">
  123. <!ENTITY c5-pp-bash-exp SYSTEM "intel/chapter5/bash-static-exp.sgml">
  124. <!ENTITY c5-pp-binutils SYSTEM "intel/chapter5/binutils-static.sgml">
  125. <!ENTITY c5-pp-binutils-inst SYSTEM "intel/chapter5/binutils-static-inst.sgml">
  126. <!ENTITY c5-pp-binutils-exp SYSTEM "intel/chapter5/binutils-static-exp.sgml">
  127. <!ENTITY c5-pp-bzip2 SYSTEM "intel/chapter5/bzip2-static.sgml">
  128. <!ENTITY c5-pp-bzip2-inst SYSTEM "intel/chapter5/bzip2-static-inst.sgml">
  129. <!ENTITY c5-pp-bzip2-exp SYSTEM "intel/chapter5/bzip2-static-exp.sgml">
  130. <!ENTITY c5-pp-diffutils SYSTEM "intel/chapter5/diffutils-static.sgml">
  131. <!ENTITY c5-pp-diffutils-inst SYSTEM "intel/chapter5/diffutils-static-inst.sgml">
  132. <!ENTITY c5-pp-diffutils-exp SYSTEM "intel/chapter5/diffutils-static-exp.sgml">
  133. <!ENTITY c5-pp-fileutils SYSTEM "intel/chapter5/fileutils-static.sgml">
  134. <!ENTITY c5-pp-fileutils-inst SYSTEM "intel/chapter5/fileutils-static-inst.sgml">
  135. <!ENTITY c5-pp-fileutils-exp SYSTEM "intel/chapter5/fileutils-static-exp.sgml">
  136. <!ENTITY c5-pp-gcc-local SYSTEM "intel/chapter5/gcc-local.sgml">
  137. <!ENTITY c5-pp-gcc-local-inst SYSTEM "intel/chapter5/gcc-local-inst.sgml">
  138. <!ENTITY c5-pp-gcc-local-exp SYSTEM "intel/chapter5/gcc-local-exp.sgml">
  139. <!ENTITY c5-pp-gcc SYSTEM "intel/chapter5/gcc-static.sgml">
  140. <!ENTITY c5-pp-gcc-inst SYSTEM "intel/chapter5/gcc-static-inst.sgml">
  141. <!ENTITY c5-pp-gcc-exp SYSTEM "intel/chapter5/gcc-static-exp.sgml">
  142. <!ENTITY c5-pp-kernel SYSTEM "intel/chapter5/kernel.sgml">
  143. <!ENTITY c5-pp-kernel-inst SYSTEM "intel/chapter5/kernel-inst.sgml">
  144. <!ENTITY c5-pp-kernel-exp SYSTEM "intel/chapter5/kernel-exp.sgml">
  145. <!ENTITY c5-pp-glibc SYSTEM "intel/chapter5/glibc.sgml">
  146. <!ENTITY c5-pp-glibc-inst SYSTEM "intel/chapter5/glibc-inst.sgml">
  147. <!ENTITY c5-pp-glibc-exp SYSTEM "intel/chapter5/glibc-exp.sgml">
  148. <!ENTITY c5-pp-glibc-nss SYSTEM "intel/chapter5/glibc-nss.sgml">
  149. <!ENTITY c5-pp-grep SYSTEM "intel/chapter5/grep-static.sgml">
  150. <!ENTITY c5-pp-grep-inst SYSTEM "intel/chapter5/grep-static-inst.sgml">
  151. <!ENTITY c5-pp-gzip SYSTEM "intel/chapter5/gzip-static.sgml">
  152. <!ENTITY c5-pp-gzip-inst SYSTEM "intel/chapter5/gzip-static-inst.sgml">
  153. <!ENTITY c5-pp-make SYSTEM "intel/chapter5/make-static.sgml">
  154. <!ENTITY c5-pp-make-inst SYSTEM "intel/chapter5/make-static-inst.sgml">
  155. <!ENTITY c5-pp-sed SYSTEM "intel/chapter5/sed-static.sgml">
  156. <!ENTITY c5-pp-sed-inst SYSTEM "intel/chapter5/sed-static-inst.sgml">
  157. <!ENTITY c5-pp-shellutils SYSTEM "intel/chapter5/shellutils-static.sgml">
  158. <!ENTITY c5-pp-shellutils-inst SYSTEM "intel/chapter5/shellutils-static-inst.sgml">
  159. <!ENTITY c5-pp-tar SYSTEM "intel/chapter5/tar-static.sgml">
  160. <!ENTITY c5-pp-tar-inst SYSTEM "intel/chapter5/tar-static-inst.sgml">
  161. <!ENTITY c5-pp-textutils SYSTEM "intel/chapter5/textutils-static.sgml">
  162. <!ENTITY c5-pp-textutils-inst SYSTEM "intel/chapter5/textutils-static-inst.sgml">
  163. <!ENTITY c5-pp-pwdgroup SYSTEM "intel/chapter5/pwdgroup.sgml">
  164. <!ENTITY c5-pp-proc SYSTEM "intel/chapter5/proc.sgml">
  165. <!ENTITY chapter6 SYSTEM "intel/chapter6/chapter6.sgml">
  166. <!ENTITY c6-introduction SYSTEM "intel/chapter6/introduction.sgml">
  167. <!ENTITY c6-aboutdebug SYSTEM "intel/chapter6/aboutdebug.sgml">
  168. <!ENTITY c6-bashprofile SYSTEM "intel/chapter6/bashprofile.sgml">
  169. <!ENTITY c6-in-chroot SYSTEM "intel/chapter6/chroot.sgml">
  170. <!ENTITY c6-in-creatingdev SYSTEM "intel/chapter6/creatingdev.sgml">
  171. <!ENTITY c6-in-makedev-inst SYSTEM "intel/chapter6/makedev-inst.sgml">
  172. <!ENTITY c6-in-makedev-exp SYSTEM "intel/chapter6/makedev-exp.sgml">
  173. <!ENTITY c6-in-createdeventries SYSTEM "intel/chapter6/createdeventries.sgml">
  174. <!ENTITY c6-in-ed SYSTEM "intel/chapter6/ed.sgml">
  175. <!ENTITY c6-in-ed-inst SYSTEM "intel/chapter6/ed-inst.sgml">
  176. <!ENTITY c6-in-patch SYSTEM "intel/chapter6/patch.sgml">
  177. <!ENTITY c6-in-patch-inst SYSTEM "intel/chapter6/patch-inst.sgml">
  178. <!ENTITY c6-in-gcc SYSTEM "intel/chapter6/gcc.sgml">
  179. <!ENTITY c6-in-gcc-inst SYSTEM "intel/chapter6/gcc-inst.sgml">
  180. <!ENTITY c6-in-bison SYSTEM "intel/chapter6/bison.sgml">
  181. <!ENTITY c6-in-bison-inst SYSTEM "intel/chapter6/bison-inst.sgml">
  182. <!ENTITY c6-in-bison-exp SYSTEM "intel/chapter6/bison-exp.sgml">
  183. <!ENTITY c6-in-mawk SYSTEM "intel/chapter6/mawk.sgml">
  184. <!ENTITY c6-in-mawk-inst SYSTEM "intel/chapter6/mawk-inst.sgml">
  185. <!ENTITY c6-in-findutils SYSTEM "intel/chapter6/findutils.sgml">
  186. <!ENTITY c6-in-findutils-inst SYSTEM "intel/chapter6/findutils-inst.sgml">
  187. <!ENTITY c6-in-ncurses SYSTEM "intel/chapter6/ncurses.sgml">
  188. <!ENTITY c6-in-ncurses-inst SYSTEM "intel/chapter6/ncurses-inst.sgml">
  189. <!ENTITY c6-in-ncurses-exp SYSTEM "intel/chapter6/ncurses-exp.sgml">
  190. <!ENTITY c6-in-less SYSTEM "intel/chapter6/less.sgml">
  191. <!ENTITY c6-in-less-inst SYSTEM "intel/chapter6/less-inst.sgml">
  192. <!ENTITY c6-in-perl SYSTEM "intel/chapter6/perl.sgml">
  193. <!ENTITY c6-in-perl-inst SYSTEM "intel/chapter6/perl-inst.sgml">
  194. <!ENTITY c6-in-m4 SYSTEM "intel/chapter6/m4.sgml">
  195. <!ENTITY c6-in-m4-inst SYSTEM "intel/chapter6/m4-inst.sgml">
  196. <!ENTITY c6-in-texinfo SYSTEM "intel/chapter6/texinfo.sgml">
  197. <!ENTITY c6-in-texinfo-inst SYSTEM "intel/chapter6/texinfo-inst.sgml">
  198. <!ENTITY c6-in-autoconf SYSTEM "intel/chapter6/autoconf.sgml">
  199. <!ENTITY c6-in-autoconf-inst SYSTEM "intel/chapter6/autoconf-inst.sgml">
  200. <!ENTITY c6-in-automake SYSTEM "intel/chapter6/automake.sgml">
  201. <!ENTITY c6-in-automake-inst SYSTEM "intel/chapter6/automake-inst.sgml">
  202. <!ENTITY c6-in-bash SYSTEM "intel/chapter6/bash.sgml">
  203. <!ENTITY c6-in-bash-inst SYSTEM "intel/chapter6/bash-inst.sgml">
  204. <!ENTITY c6-in-flex SYSTEM "intel/chapter6/flex.sgml">
  205. <!ENTITY c6-in-flex-inst SYSTEM "intel/chapter6/flex-inst.sgml">
  206. <!ENTITY c6-in-binutils SYSTEM "intel/chapter6/binutils.sgml">
  207. <!ENTITY c6-in-binutils-inst SYSTEM "intel/chapter6/binutils-inst.sgml">
  208. <!ENTITY c6-in-bzip2 SYSTEM "intel/chapter6/bzip2.sgml">
  209. <!ENTITY c6-in-bzip2-inst SYSTEM "intel/chapter6/bzip2-inst.sgml">
  210. <!ENTITY c6-in-bzip2-exp SYSTEM "intel/chapter6/bzip2-exp.sgml">
  211. <!ENTITY c6-in-diffutils SYSTEM "intel/chapter6/diffutils.sgml">
  212. <!ENTITY c6-in-diffutils-inst SYSTEM "intel/chapter6/diffutils-inst.sgml">
  213. <!ENTITY c6-in-e2fsprogs SYSTEM "intel/chapter6/e2fsprogs.sgml">
  214. <!ENTITY c6-in-e2fsprogs-inst SYSTEM "intel/chapter6/e2fsprogs-inst.sgml">
  215. <!ENTITY c6-in-file SYSTEM "intel/chapter6/file.sgml">
  216. <!ENTITY c6-in-file-inst SYSTEM "intel/chapter6/file-inst.sgml">
  217. <!ENTITY c6-in-fileutils SYSTEM "intel/chapter6/fileutils.sgml">
  218. <!ENTITY c6-in-fileutils-inst SYSTEM "intel/chapter6/fileutils-inst.sgml">
  219. <!ENTITY c6-in-gettext SYSTEM "intel/chapter6/gettext.sgml">
  220. <!ENTITY c6-in-gettext-inst SYSTEM "intel/chapter6/gettext-inst.sgml">
  221. <!ENTITY c6-in-grep SYSTEM "intel/chapter6/grep.sgml">
  222. <!ENTITY c6-in-grep-inst SYSTEM "intel/chapter6/grep-inst.sgml">
  223. <!ENTITY c6-in-groff SYSTEM "intel/chapter6/groff.sgml">
  224. <!ENTITY c6-in-groff-inst SYSTEM "intel/chapter6/groff-inst.sgml">
  225. <!ENTITY c6-in-gzip SYSTEM "intel/chapter6/gzip.sgml">
  226. <!ENTITY c6-in-gzip-inst SYSTEM "intel/chapter6/gzip-inst.sgml">
  227. <!ENTITY c6-in-ldso SYSTEM "intel/chapter6/ldso.sgml">
  228. <!ENTITY c6-in-ldso-inst SYSTEM "intel/chapter6/ldso-inst.sgml">
  229. <!ENTITY c6-in-libtool SYSTEM "intel/chapter6/libtool.sgml">
  230. <!ENTITY c6-in-libtool-inst SYSTEM "intel/chapter6/libtool-inst.sgml">
  231. <!ENTITY c6-in-bin86 SYSTEM "intel/chapter6/bin86.sgml">
  232. <!ENTITY c6-in-bin86-inst SYSTEM "intel/chapter6/bin86-inst.sgml">
  233. <!ENTITY c6-in-lilo SYSTEM "intel/chapter6/lilo.sgml">
  234. <!ENTITY c6-in-lilo-inst SYSTEM "intel/chapter6/lilo-inst.sgml">
  235. <!ENTITY c6-in-make SYSTEM "intel/chapter6/make.sgml">
  236. <!ENTITY c6-in-make-inst SYSTEM "intel/chapter6/make-inst.sgml">
  237. <!ENTITY c6-in-shellutils SYSTEM "intel/chapter6/shellutils.sgml">
  238. <!ENTITY c6-in-shellutils-inst SYSTEM "intel/chapter6/shellutils-inst.sgml">
  239. <!ENTITY c6-in-shadowpwd SYSTEM "intel/chapter6/shadowpwd.sgml">
  240. <!ENTITY c6-in-shadowpwd-inst SYSTEM "intel/chapter6/shadowpwd-inst.sgml">
  241. <!ENTITY c6-in-shadowpwd-exp SYSTEM "intel/chapter6/shadowpwd-exp.sgml">
  242. <!ENTITY c6-in-man SYSTEM "intel/chapter6/man.sgml">
  243. <!ENTITY c6-in-man-inst SYSTEM "intel/chapter6/man-inst.sgml">
  244. <!ENTITY c6-in-man-exp SYSTEM "intel/chapter6/man-exp.sgml">
  245. <!ENTITY c6-in-modutils SYSTEM "intel/chapter6/modutils.sgml">
  246. <!ENTITY c6-in-modutils-inst SYSTEM "intel/chapter6/modutils-inst.sgml">
  247. <!ENTITY c6-in-procinfo SYSTEM "intel/chapter6/procinfo.sgml">
  248. <!ENTITY c6-in-procinfo-exp SYSTEM "intel/chapter6/procinfo-exp.sgml">
  249. <!ENTITY c6-in-procinfo-inst SYSTEM "intel/chapter6/procinfo-inst.sgml">
  250. <!ENTITY c6-in-procps SYSTEM "intel/chapter6/procps.sgml">
  251. <!ENTITY c6-in-procps-inst SYSTEM "intel/chapter6/procps-inst.sgml">
  252. <!ENTITY c6-in-psmisc SYSTEM "intel/chapter6/psmisc.sgml">
  253. <!ENTITY c6-in-psmisc-inst SYSTEM "intel/chapter6/psmisc-inst.sgml">
  254. <!ENTITY c6-in-sed SYSTEM "intel/chapter6/sed.sgml">
  255. <!ENTITY c6-in-sed-inst SYSTEM "intel/chapter6/sed-inst.sgml">
  256. <!ENTITY c6-in-sysklogd SYSTEM "intel/chapter6/sysklogd.sgml">
  257. <!ENTITY c6-in-sysklogd-inst SYSTEM "intel/chapter6/sysklogd-inst.sgml">
  258. <!ENTITY c6-in-sysvinit SYSTEM "intel/chapter6/sysvinit.sgml">
  259. <!ENTITY c6-in-sysvinit-inst SYSTEM "intel/chapter6/sysvinit-inst.sgml">
  260. <!ENTITY c6-in-tar SYSTEM "intel/chapter6/tar.sgml">
  261. <!ENTITY c6-in-tar-inst SYSTEM "intel/chapter6/tar-inst.sgml">
  262. <!ENTITY c6-in-textutils SYSTEM "intel/chapter6/textutils.sgml">
  263. <!ENTITY c6-in-textutils-inst SYSTEM "intel/chapter6/textutils-inst.sgml">
  264. <!ENTITY c6-in-vim SYSTEM "intel/chapter6/vim.sgml">
  265. <!ENTITY c6-in-vim-inst SYSTEM "intel/chapter6/vim-inst.sgml">
  266. <!ENTITY c6-in-utillinux SYSTEM "intel/chapter6/utillinux.sgml">
  267. <!ENTITY c6-in-utillinux-inst SYSTEM "intel/chapter6/utillinux-inst.sgml">
  268. <!ENTITY c6-in-utillinux-exp SYSTEM "intel/chapter6/utillinux-exp.sgml">
  269. <!ENTITY c6-in-consoletools SYSTEM "intel/chapter6/consoletools.sgml">
  270. <!ENTITY c6-in-consoletools-inst SYSTEM "intel/chapter6/consoletools-inst.sgml">
  271. <!ENTITY c6-in-consoledata SYSTEM "intel/chapter6/consoledata.sgml">
  272. <!ENTITY c6-in-consoledata-inst SYSTEM "intel/chapter6/consoledata-inst.sgml">
  273. <!ENTITY c6-in-manpages SYSTEM "intel/chapter6/manpages.sgml">
  274. <!ENTITY c6-in-manpages-inst SYSTEM "intel/chapter6/manpages-inst.sgml">
  275. <!ENTITY c6-nssremove SYSTEM "intel/chapter6/removeoldnss.sgml">
  276. <!ENTITY c6-configure SYSTEM "intel/chapter6/configure.sgml">
  277. <!ENTITY c6-cf-glibc SYSTEM "intel/chapter6/config-glibc.sgml">
  278. <!ENTITY c6-cf-ldso SYSTEM "intel/chapter6/config-ldso.sgml">
  279. <!ENTITY c6-cf-lilo SYSTEM "intel/chapter6/config-lilo.sgml">
  280. <!ENTITY c6-cf-sysklogd SYSTEM "intel/chapter6/config-sysklogd.sgml">
  281. <!ENTITY c6-cf-shadowpwd SYSTEM "intel/chapter6/config-shadowpwd.sgml">
  282. <!ENTITY c6-cf-sysvinit SYSTEM "intel/chapter6/config-sysvinit.sgml">
  283. <!ENTITY c6-cf-utmp SYSTEM "intel/chapter6/create-utmp.sgml">
  284. <!ENTITY c6-cf-vim SYSTEM "intel/chapter6/config-vim.sgml">
  285. <!ENTITY c6-cf-password SYSTEM "intel/chapter6/create-password.sgml">
  286. <!ENTITY chapter7 SYSTEM "intel/chapter7/chapter7.sgml">
  287. <!ENTITY c7-introduction SYSTEM "intel/chapter7/introduction.sgml">
  288. <!ENTITY c7-createdirs SYSTEM "intel/chapter7/createdirs.sgml">
  289. <!ENTITY c7-rc SYSTEM "intel/chapter7/rc.sgml">
  290. <!ENTITY c7-rcS SYSTEM "intel/chapter7/rcS.sgml">
  291. <!ENTITY c7-functions SYSTEM "intel/chapter7/functions.sgml">
  292. <!ENTITY c7-reboot SYSTEM "intel/chapter7/reboot.sgml">
  293. <!ENTITY c7-halt SYSTEM "intel/chapter7/halt.sgml">
  294. <!ENTITY c7-mountfs SYSTEM "intel/chapter7/mountfs.sgml">
  295. <!ENTITY c7-sendsignals SYSTEM "intel/chapter7/sendsignals.sgml">
  296. <!ENTITY c7-checkfs SYSTEM "intel/chapter7/checkfs.sgml">
  297. <!ENTITY c7-sysklogd SYSTEM "intel/chapter7/sysklogd.sgml">
  298. <!ENTITY c7-template SYSTEM "intel/chapter7/template.sgml">
  299. <!ENTITY c7-loadkeys SYSTEM "intel/chapter7/loadkeys.sgml">
  300. <!ENTITY c7-setclock SYSTEM "intel/chapter7/setclock.sgml">
  301. <!ENTITY c7-symperm SYSTEM "intel/chapter7/symperm.sgml">
  302. <!ENTITY c7-fstab SYSTEM "intel/chapter7/fstab.sgml">
  303. <!ENTITY chapter8 SYSTEM "intel/chapter8/chapter8.sgml">
  304. <!ENTITY c8-introduction SYSTEM "intel/chapter8/introduction.sgml">
  305. <!ENTITY c8-kernel SYSTEM "intel/chapter8/kernel.sgml">
  306. <!ENTITY c8-lilo SYSTEM "intel/chapter8/lilo.sgml">
  307. <!ENTITY c8-reboot SYSTEM "intel/chapter8/reboot.sgml">
  308. <!ENTITY chapter9 SYSTEM "intel/chapter9/chapter9.sgml">
  309. <!ENTITY c9-introduction SYSTEM "intel/chapter9/introduction.sgml">
  310. <!ENTITY c9-networksoftware SYSTEM "intel/chapter9/networksoftware.sgml">
  311. <!ENTITY c9-ns-netkitbase SYSTEM "intel/chapter9/netkitbase.sgml">
  312. <!ENTITY c9-ns-nettools SYSTEM "intel/chapter9/nettools.sgml">
  313. <!ENTITY c9-localnet SYSTEM "intel/chapter9/localnet.sgml">
  314. <!ENTITY c9-localnet-symperm SYSTEM "intel/chapter9/localnet-symperm.sgml">
  315. <!ENTITY c9-network SYSTEM "intel/chapter9/network.sgml">
  316. <!ENTITY c9-hosts SYSTEM "intel/chapter9/hosts.sgml">
  317. <!ENTITY c9-ethnet SYSTEM "intel/chapter9/ethnet.sgml">
  318. <!ENTITY c9-ethnet-symperm SYSTEM "intel/chapter9/ethnet-symperm.sgml">
  319. <!ENTITY appendixa SYSTEM "intel/appendixa/appendixa.sgml">
  320. <!ENTITY aa-introduction SYSTEM "intel/appendixa/introduction.sgml">
  321. <!ENTITY aa-makedev SYSTEM "intel/appendixa/makedev.sgml">
  322. <!ENTITY aa-makedev-desc SYSTEM "intel/appendixa/makedev-desc.sgml">
  323. <!ENTITY aa-glibc SYSTEM "intel/appendixa/glibc.sgml">
  324. <!ENTITY aa-glibc-desc SYSTEM "intel/appendixa/glibc-desc.sgml">
  325. <!ENTITY aa-ed SYSTEM "intel/appendixa/ed.sgml">
  326. <!ENTITY aa-ed-desc SYSTEM "intel/appendixa/ed-desc.sgml">
  327. <!ENTITY aa-patch SYSTEM "intel/appendixa/patch.sgml">
  328. <!ENTITY aa-patch-desc SYSTEM "intel/appendixa/patch-desc.sgml">
  329. <!ENTITY aa-gcc SYSTEM "intel/appendixa/gcc.sgml">
  330. <!ENTITY aa-gcc-desc SYSTEM "intel/appendixa/gcc-desc.sgml">
  331. <!ENTITY aa-bison SYSTEM "intel/appendixa/bison.sgml">
  332. <!ENTITY aa-bison-desc SYSTEM "intel/appendixa/bison-desc.sgml">
  333. <!ENTITY aa-mawk SYSTEM "intel/appendixa/mawk.sgml">
  334. <!ENTITY aa-mawk-desc SYSTEM "intel/appendixa/mawk-desc.sgml">
  335. <!ENTITY aa-findutils SYSTEM "intel/appendixa/findutils.sgml">
  336. <!ENTITY aa-findutils-desc SYSTEM "intel/appendixa/findutils-desc.sgml">
  337. <!ENTITY aa-ncurses SYSTEM "intel/appendixa/ncurses.sgml">
  338. <!ENTITY aa-ncurses-desc SYSTEM "intel/appendixa/ncurses-desc.sgml">
  339. <!ENTITY aa-less SYSTEM "intel/appendixa/less.sgml">
  340. <!ENTITY aa-less-desc SYSTEM "intel/appendixa/less-desc.sgml">
  341. <!ENTITY aa-perl SYSTEM "intel/appendixa/perl.sgml">
  342. <!ENTITY aa-perl-desc SYSTEM "intel/appendixa/perl-desc.sgml">
  343. <!ENTITY aa-m4 SYSTEM "intel/appendixa/m4.sgml">
  344. <!ENTITY aa-m4-desc SYSTEM "intel/appendixa/m4-desc.sgml">
  345. <!ENTITY aa-texinfo SYSTEM "intel/appendixa/texinfo.sgml">
  346. <!ENTITY aa-texinfo-desc SYSTEM "intel/appendixa/texinfo-desc.sgml">
  347. <!ENTITY aa-autoconf SYSTEM "intel/appendixa/autoconf.sgml">
  348. <!ENTITY aa-autoconf-desc SYSTEM "intel/appendixa/autoconf-desc.sgml">
  349. <!ENTITY aa-automake SYSTEM "intel/appendixa/automake.sgml">
  350. <!ENTITY aa-automake-desc SYSTEM "intel/appendixa/automake-desc.sgml">
  351. <!ENTITY aa-bash SYSTEM "intel/appendixa/bash.sgml">
  352. <!ENTITY aa-bash-desc SYSTEM "intel/appendixa/bash-desc.sgml">
  353. <!ENTITY aa-flex SYSTEM "intel/appendixa/flex.sgml">
  354. <!ENTITY aa-flex-desc SYSTEM "intel/appendixa/flex-desc.sgml">
  355. <!ENTITY aa-binutils SYSTEM "intel/appendixa/binutils.sgml">
  356. <!ENTITY aa-binutils-desc SYSTEM "intel/appendixa/binutils-desc.sgml">
  357. <!ENTITY aa-bzip2 SYSTEM "intel/appendixa/bzip2.sgml">
  358. <!ENTITY aa-bzip2-desc SYSTEM "intel/appendixa/bzip2-desc.sgml">
  359. <!ENTITY aa-diffutils SYSTEM "intel/appendixa/diffutils.sgml">
  360. <!ENTITY aa-diffutils-desc SYSTEM "intel/appendixa/diffutils-desc.sgml">
  361. <!ENTITY aa-kernel SYSTEM "intel/appendixa/kernel.sgml">
  362. <!ENTITY aa-kernel-desc SYSTEM "intel/appendixa/kernel-desc.sgml">
  363. <!ENTITY aa-e2fsprogs SYSTEM "intel/appendixa/e2fsprogs.sgml">
  364. <!ENTITY aa-e2fsprogs-desc SYSTEM "intel/appendixa/e2fsprogs-desc.sgml">
  365. <!ENTITY aa-file SYSTEM "intel/appendixa/file.sgml">
  366. <!ENTITY aa-file-desc SYSTEM "intel/appendixa/file-desc.sgml">
  367. <!ENTITY aa-fileutils SYSTEM "intel/appendixa/fileutils.sgml">
  368. <!ENTITY aa-fileutils-desc SYSTEM "intel/appendixa/fileutils-desc.sgml">
  369. <!ENTITY aa-gettext SYSTEM "intel/appendixa/gettext.sgml">
  370. <!ENTITY aa-gettext-desc SYSTEM "intel/appendixa/gettext-desc.sgml">
  371. <!ENTITY aa-grep SYSTEM "intel/appendixa/grep.sgml">
  372. <!ENTITY aa-grep-desc SYSTEM "intel/appendixa/grep-desc.sgml">
  373. <!ENTITY aa-groff SYSTEM "intel/appendixa/groff.sgml">
  374. <!ENTITY aa-groff-desc SYSTEM "intel/appendixa/groff-desc.sgml">
  375. <!ENTITY aa-gzip SYSTEM "intel/appendixa/gzip.sgml">
  376. <!ENTITY aa-gzip-desc SYSTEM "intel/appendixa/gzip-desc.sgml">
  377. <!ENTITY aa-ldso SYSTEM "intel/appendixa/ldso.sgml">
  378. <!ENTITY aa-ldso-desc SYSTEM "intel/appendixa/ldso-desc.sgml">
  379. <!ENTITY aa-libtool SYSTEM "intel/appendixa/libtool.sgml">
  380. <!ENTITY aa-libtool-desc SYSTEM "intel/appendixa/libtool-desc.sgml">
  381. <!ENTITY aa-bin86 SYSTEM "intel/appendixa/bin86.sgml">
  382. <!ENTITY aa-bin86-desc SYSTEM "intel/appendixa/bin86-desc.sgml">
  383. <!ENTITY aa-lilo SYSTEM "intel/appendixa/lilo.sgml">
  384. <!ENTITY aa-lilo-desc SYSTEM "intel/appendixa/lilo-desc.sgml">
  385. <!ENTITY aa-make SYSTEM "intel/appendixa/make.sgml">
  386. <!ENTITY aa-make-desc SYSTEM "intel/appendixa/make-desc.sgml">
  387. <!ENTITY aa-shellutils SYSTEM "intel/appendixa/shellutils.sgml">
  388. <!ENTITY aa-shellutils-desc SYSTEM "intel/appendixa/shellutils-desc.sgml">
  389. <!ENTITY aa-shadowpwd SYSTEM "intel/appendixa/shadowpwd.sgml">
  390. <!ENTITY aa-shadowpwd-desc SYSTEM "intel/appendixa/shadowpwd-desc.sgml">
  391. <!ENTITY aa-man SYSTEM "intel/appendixa/man.sgml">
  392. <!ENTITY aa-man-desc SYSTEM "intel/appendixa/man-desc.sgml">
  393. <!ENTITY aa-modutils SYSTEM "intel/appendixa/modutils.sgml">
  394. <!ENTITY aa-modutils-desc SYSTEM "intel/appendixa/modutils-desc.sgml">
  395. <!ENTITY aa-procinfo SYSTEM "intel/appendixa/procinfo.sgml">
  396. <!ENTITY aa-procinfo-desc SYSTEM "intel/appendixa/procinfo-desc.sgml">
  397. <!ENTITY aa-procps SYSTEM "intel/appendixa/procps.sgml">
  398. <!ENTITY aa-procps-desc SYSTEM "intel/appendixa/procps-desc.sgml">
  399. <!ENTITY aa-psmisc SYSTEM "intel/appendixa/psmisc.sgml">
  400. <!ENTITY aa-psmisc-desc SYSTEM "intel/appendixa/psmisc-desc.sgml">
  401. <!ENTITY aa-sed SYSTEM "intel/appendixa/sed.sgml">
  402. <!ENTITY aa-sed-desc SYSTEM "intel/appendixa/sed-desc.sgml">
  403. <!ENTITY aa-ssd SYSTEM "intel/appendixa/ssd.sgml">
  404. <!ENTITY aa-vim SYSTEM "intel/appendixa/vim.sgml">
  405. <!ENTITY aa-vim-desc SYSTEM "intel/appendixa/vim-desc.sgml">
  406. <!ENTITY aa-sysklogd SYSTEM "intel/appendixa/sysklogd.sgml">
  407. <!ENTITY aa-sysklogd-desc SYSTEM "intel/appendixa/sysklogd-desc.sgml">
  408. <!ENTITY aa-sysvinit SYSTEM "intel/appendixa/sysvinit.sgml">
  409. <!ENTITY aa-sysvinit-desc SYSTEM "intel/appendixa/sysvinit-desc.sgml">
  410. <!ENTITY aa-tar SYSTEM "intel/appendixa/tar.sgml">
  411. <!ENTITY aa-tar-desc SYSTEM "intel/appendixa/tar-desc.sgml">
  412. <!ENTITY aa-textutils SYSTEM "intel/appendixa/textutils.sgml">
  413. <!ENTITY aa-textutils-desc SYSTEM "intel/appendixa/textutils-desc.sgml">
  414. <!ENTITY aa-utillinux SYSTEM "intel/appendixa/utillinux.sgml">
  415. <!ENTITY aa-utillinux-desc SYSTEM "intel/appendixa/utillinux-desc.sgml">
  416. <!ENTITY aa-consoletools SYSTEM "intel/appendixa/consoletools.sgml">
  417. <!ENTITY aa-consoletools-desc SYSTEM "intel/appendixa/consoletools-desc.sgml">
  418. <!ENTITY aa-consoledata SYSTEM "intel/appendixa/consoledata.sgml">
  419. <!ENTITY aa-consoledata-desc SYSTEM "intel/appendixa/consoledata-desc.sgml">
  420. <!ENTITY aa-manpages SYSTEM "intel/appendixa/manpages.sgml">
  421. <!ENTITY aa-manpages-desc SYSTEM "intel/appendixa/manpages-desc.sgml">
  422. <!ENTITY appendixb SYSTEM "intel/appendixb/appendixb.sgml">
  423. <!ENTITY ab-introduction SYSTEM "intel/appendixb/introduction.sgml">
  424. <!ENTITY ab-books SYSTEM "intel/appendixb/books.sgml">
  425. <!ENTITY ab-howtoguides SYSTEM "intel/appendixb/howtoguides.sgml">
  426. <!ENTITY ab-other SYSTEM "intel/appendixb/other.sgml">
  427. <!ENTITY appendixc SYSTEM "intel/appendixc/appendixc.sgml">
  428. <!ENTITY ac-introduction SYSTEM "intel/appendixc/introduction.sgml">
  429. <!ENTITY ac-packages SYSTEM "intel/appendixc/packages.sgml">
  430. <!ENTITY ac-toplevel SYSTEM "intel/appendixc/toplevel.sgml">
  431. <!ENTITY ac-makedev SYSTEM "intel/appendixc/makedev.sgml">
  432. <!ENTITY ac-bash SYSTEM "intel/appendixc/bash.sgml">
  433. <!ENTITY ac-binutils SYSTEM "intel/appendixc/binutils.sgml">
  434. <!ENTITY ac-bzip2 SYSTEM "intel/appendixc/bzip2.sgml">
  435. <!ENTITY ac-diffutils SYSTEM "intel/appendixc/diffutils.sgml">
  436. <!ENTITY ac-fileutils SYSTEM "intel/appendixc/fileutils.sgml">
  437. <!ENTITY ac-gcc SYSTEM "intel/appendixc/gcc.sgml">
  438. <!ENTITY ac-kernel SYSTEM "intel/appendixc/kernel.sgml">
  439. <!ENTITY ac-glibc SYSTEM "intel/appendixc/glibc.sgml">
  440. <!ENTITY ac-glibc-crypt SYSTEM "intel/appendixc/glibc-crypt.sgml">
  441. <!ENTITY ac-glibc-threads SYSTEM "intel/appendixc/glibc-threads.sgml">
  442. <!ENTITY ac-glibc-patch SYSTEM "intel/appendixc/glibc-patch.sgml">
  443. <!ENTITY ac-grep SYSTEM "intel/appendixc/grep.sgml">
  444. <!ENTITY ac-gzip SYSTEM "intel/appendixc/gzip.sgml">
  445. <!ENTITY ac-make SYSTEM "intel/appendixc/make.sgml">
  446. <!ENTITY ac-sed SYSTEM "intel/appendixc/sed.sgml">
  447. <!ENTITY ac-shellutils SYSTEM "intel/appendixc/shellutils.sgml">
  448. <!ENTITY ac-tar SYSTEM "intel/appendixc/tar.sgml">
  449. <!ENTITY ac-tar-patch SYSTEM "intel/appendixc/tar-patch.sgml">
  450. <!ENTITY ac-textutils SYSTEM "intel/appendixc/textutils.sgml">
  451. <!ENTITY ac-ed SYSTEM "intel/appendixc/ed.sgml">
  452. <!ENTITY ac-patch SYSTEM "intel/appendixc/patch.sgml">
  453. <!ENTITY ac-bison SYSTEM "intel/appendixc/bison.sgml">
  454. <!ENTITY ac-mawk SYSTEM "intel/appendixc/mawk.sgml">
  455. <!ENTITY ac-findutils SYSTEM "intel/appendixc/findutils.sgml">
  456. <!ENTITY ac-findutils-patch SYSTEM "intel/appendixc/findutils-patch.sgml">
  457. <!ENTITY ac-ncurses SYSTEM "intel/appendixc/ncurses.sgml">
  458. <!ENTITY ac-less SYSTEM "intel/appendixc/less.sgml">
  459. <!ENTITY ac-groff SYSTEM "intel/appendixc/groff.sgml">
  460. <!ENTITY ac-man SYSTEM "intel/appendixc/man.sgml">
  461. <!ENTITY ac-perl SYSTEM "intel/appendixc/perl.sgml">
  462. <!ENTITY ac-m4 SYSTEM "intel/appendixc/m4.sgml">
  463. <!ENTITY ac-texinfo SYSTEM "intel/appendixc/texinfo.sgml">
  464. <!ENTITY ac-autoconf SYSTEM "intel/appendixc/autoconf.sgml">
  465. <!ENTITY ac-automake SYSTEM "intel/appendixc/automake.sgml">
  466. <!ENTITY ac-flex SYSTEM "intel/appendixc/flex.sgml">
  467. <!ENTITY ac-file SYSTEM "intel/appendixc/file.sgml">
  468. <!ENTITY ac-e2fsprogs SYSTEM "intel/appendixc/e2fsprogs.sgml">
  469. <!ENTITY ac-gettext SYSTEM "intel/appendixc/gettext.sgml">
  470. <!ENTITY ac-ldso SYSTEM "intel/appendixc/ldso.sgml">
  471. <!ENTITY ac-libtool SYSTEM "intel/appendixc/libtool.sgml">
  472. <!ENTITY ac-bin86 SYSTEM "intel/appendixc/bin86.sgml">
  473. <!ENTITY ac-lilo SYSTEM "intel/appendixc/lilo.sgml">
  474. <!ENTITY ac-shadowpwd SYSTEM "intel/appendixc/shadowpwd.sgml">
  475. <!ENTITY ac-modutils SYSTEM "intel/appendixc/modutils.sgml">
  476. <!ENTITY ac-procinfo SYSTEM "intel/appendixc/procinfo.sgml">
  477. <!ENTITY ac-procps SYSTEM "intel/appendixc/procps.sgml">
  478. <!ENTITY ac-vim SYSTEM "intel/appendixc/vim.sgml">
  479. <!ENTITY ac-psmisc SYSTEM "intel/appendixc/psmisc.sgml">
  480. <!ENTITY ac-sysklogd SYSTEM "intel/appendixc/sysklogd.sgml">
  481. <!ENTITY ac-sysklogd-patch SYSTEM "intel/appendixc/sysklogd-patch.sgml">
  482. <!ENTITY ac-sysvinit SYSTEM "intel/appendixc/sysvinit.sgml">
  483. <!ENTITY ac-sysvinit-patch SYSTEM "intel/appendixc/sysvinit-patch.sgml">
  484. <!ENTITY ac-utillinux SYSTEM "intel/appendixc/utillinux.sgml">
  485. <!ENTITY ac-consoletools SYSTEM "intel/appendixc/consoletools.sgml">
  486. <!ENTITY ac-consoletools-patch SYSTEM "intel/appendixc/consoletools-patch.sgml">
  487. <!ENTITY ac-consoledata SYSTEM "intel/appendixc/consoledata.sgml">
  488. <!ENTITY ac-manpages SYSTEM "intel/appendixc/manpages.sgml">
  489. <!ENTITY ac-netkitbase SYSTEM "intel/appendixc/netkitbase.sgml">
  490. <!ENTITY ac-nettools SYSTEM "intel/appendixc/nettools.sgml">
  491. ]>
  492. <book>
  493. &book;
  494. </book>