Changes
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:11k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. Intro
  2. =====
  3. This document is designed to provide a list of the minimum levels of
  4. software necessary to run the 2.4 kernels, as well as provide brief
  5. instructions regarding any other "Gotchas" users may encounter when
  6. trying life on the Bleeding Edge.  If upgrading from a pre-2.2.x
  7. kernel, please consult the Changes file included with 2.2.x kernels for
  8. additional information; most of that information will not be repeated
  9. here.  Basically, this document assumes that your system is already
  10. functional and running at least 2.2.x kernels.
  11. This document is originally based on my "Changes" file for 2.0.x kernels
  12. and therefore owes credit to the same people as that file (Jared Mauch,
  13. Axel Boldt, Alessandro Sigala, and countless other users all over the
  14. 'net).
  15. The latest revision of this document, in various formats, can always
  16. be found at <http://cyberbuzz.gatech.edu/kaboom/linux/Changes-2.4/>.
  17. Feel free to translate this document.  If you do so, please send me a
  18. URL to your translation for inclusion in future revisions of this
  19. document.
  20. Smotrite file <http://oblom.rnc.ru/linux/kernel/Changes.ru>, yavlyaushisya
  21. russkim perevodom dannogo documenta.
  22. Visite <http://www2.adi.uam.es/~ender/tecnico/> para obtener la traducci髇
  23. al espa駉l de este documento en varios formatos.
  24. Eine deutsche Version dieser Datei finden Sie unter
  25. <http://www.stefan-winter.de/Changes-2.4.0.txt>.
  26. Last updated: May 9, 2001
  27. Chris Ricker (kaboom@gatech.edu or chris.ricker@genetics.utah.edu).
  28. Current Minimal Requirements
  29. ============================
  30. Upgrade to at *least* these software revisions before thinking you've
  31. encountered a bug!  If you're unsure what version you're currently
  32. running, the suggested command should tell you.
  33. Again, keep in mind that this list assumes you are already
  34. functionally running a Linux 2.2 kernel.  Also, not all tools are
  35. necessary on all systems; obviously, if you don't have any PCMCIA (PC
  36. Card) hardware, for example, you probably needn't concern yourself
  37. with pcmcia-cs.
  38. o  Gnu C                  2.95.3                  # gcc --version
  39. o  Gnu make               3.77                    # make --version
  40. o  binutils               2.9.1.0.25              # ld -v
  41. o  util-linux             2.10o                   # fdformat --version
  42. o  modutils               2.4.2                   # insmod -V
  43. o  e2fsprogs              1.25                    # tune2fs
  44. o  reiserfsprogs          3.x.0j                  # reiserfsck 2>&1|grep reiserfsprogs
  45. o  pcmcia-cs              3.1.21                  # cardmgr -V
  46. o  PPP                    2.4.0                   # pppd --version
  47. o  isdn4k-utils           3.1pre1                 # isdnctrl 2>&1|grep version
  48.   
  49. Kernel compilation
  50. ==================
  51. GCC
  52. ---
  53. The gcc version requirements may vary depending on the type of CPU in your
  54. computer. The next paragraph applies to users of x86 CPUs, but not
  55. necessarily to users of other CPUs. Users of other CPUs should obtain
  56. information about their gcc version requirements from another source.
  57. The recommended compiler for the kernel is gcc 2.95.3 or .4, and it
  58. should be used when you need absolute stability. You may use gcc 3.0.x
  59. instead if you wish, although it may cause problems. Later  versions of gcc 
  60. have not received much testing for Linux kernel compilation, and there are 
  61. almost certainly bugs (mainly, but not exclusively, in the kernel) that
  62. will need to be fixed in order to use these compilers. In any case, using
  63. pgcc instead of egcs or plain gcc is just asking for trouble.
  64. Note that gcc 2.7.2.3 is no longer a supported kernel compiler. The kernel
  65. no longer works around bugs in gcc 2.7.2.3 and, in fact, will refuse to
  66. be compiled with it. egcs-1.1.2 has register allocation problems in very
  67. obscure cases. We have ensured the kernel does not trip these in any known
  68. situation. The 2.5 tree is likely to drop egcs-1.1.2 workarounds.
  69. The Red Hat gcc 2.96 compiler subtree can also be used to build this tree.
  70. You should ensure you use gcc-2.96-74 or later. gcc-2.96-54 will not build
  71. the kernel correctly.
  72. In addition, please pay attention to compiler optimization.  Anything
  73. greater than -O2 may not be wise.  Similarly, if you choose to use gcc-2.95.x
  74. or derivatives, be sure not to use -fstrict-aliasing (which, depending on
  75. your version of gcc 2.95.x, may necessitate using -fno-strict-aliasing).
  76. Make
  77. ----
  78. You will need Gnu make 3.77 or later to build the kernel.
  79. Binutils
  80. --------
  81. Linux on IA-32 has recently switched from using as86 to using gas for
  82. assembling the 16-bit boot code, removing the need for as86 to compile
  83. your kernel.  This change does, however, mean that you need a recent
  84. release of binutils.
  85. If you can, upgrade to the latest 2.9.5 or 2.10 binutils release.  Older
  86. releases such as 2.8, 2.8.xx, and the FSF's 2.9.1 should be avoided if
  87. at all possible.  The later releases of 2.9.1.0.x (anything where x >= 22)
  88. can and do compile the kernel properly, but there are many benefits in
  89. upgrading to 2.9.5 or 2.10 if you're up to it.
  90. System utils
  91. ============
  92. Architectural changes
  93. ---------------------
  94. DevFS is now in the kernel.  See Documentation/filesystems/devfs/* in
  95. the kernel source tree for all the gory details.
  96. The Logical Volume Manager (LVM) is now in the kernel.  If you want to
  97. use this, you'll need to install the necessary LVM toolset.
  98. 32-bit UID support is now in place.  Have fun!
  99. Linux documentation for functions is transitioning to inline
  100. documentation via specially-formatted comments near their
  101. definitions in the source.  These comments can be combined with the
  102. SGML templates in the Documentation/DocBook directory to make DocBook
  103. files, which can then be converted by DocBook stylesheets to PostScript,
  104. HTML, PDF files, and several other formats.  In order to convert from
  105. DocBook format to a format of your choice, you'll need to install Jade as
  106. well as the desired DocBook stylesheets.
  107. Util-linux
  108. ----------
  109. New versions of util-linux provide *fdisk support for larger disks,
  110. support new options to mount, recognize more supported partition
  111. types, have a fdformat which works with 2.4 kernels, and similar goodies.
  112. You'll probably want to upgrade.
  113. Ksymoops
  114. --------
  115. If the unthinkable happens and your kernel oopses, you'll need a 2.4
  116. version of ksymoops to decode the report; see REPORTING-BUGS in the
  117. root of the Linux source for more information.
  118. Modutils
  119. --------
  120. Upgrade to recent modutils to fix various outstanding bugs which are
  121. seen more frequently under 2.4.x, and to enable auto-loading of USB
  122. modules.  In addition, the layout of modules under
  123. /lib/modules/`uname -r`/ has been made more sane.  This change also
  124. requires that you upgrade to a recent modutils.
  125. Mkinitrd
  126. --------
  127. These changes to the /lib/modules file tree layout also require that
  128. mkinitrd be upgraded.
  129. E2fsprogs
  130. ---------
  131. The latest version of e2fsprogs fixes several bugs in fsck and
  132. debugfs.  Obviously, it's a good idea to upgrade.
  133. Reiserfsprogs
  134. -------------
  135. The reiserfsprogs package should be used for reiserfs-3.6.x
  136. (Linux kernels 2.4.x). It is a combined package and contains working
  137. versions of mkreiserfs, resize_reiserfs, debugreiserfs and
  138. reiserfsck. These utils work on both i386 and alpha platforms.
  139. Pcmcia-cs
  140. ---------
  141. PCMCIA (PC Card) support is now partially implemented in the main
  142. kernel source.  Pay attention when you recompile your kernel ;-).
  143. Also, be sure to upgrade to the latest pcmcia-cs release.
  144. Intel IA32 microcode
  145. --------------------
  146. A driver has been added to allow updating of Intel IA32 microcode,
  147. accessible as both a devfs regular file and as a normal (misc)
  148. character device.  If you are not using devfs you may need to:
  149. mkdir /dev/cpu
  150. mknod /dev/cpu/microcode c 10 184
  151. chmod 0644 /dev/cpu/microcode
  152. as root before you can use this.  You'll probably also want to
  153. get the user-space microcode_ctl utility to use with this.
  154. If you have compiled the driver as a module you may need to add
  155. the following line:
  156. alias char-major-10-184 microcode
  157. to your /etc/modules.conf file.
  158. Powertweak
  159. ----------
  160. If you are running v0.1.17 or earlier, you should upgrade to
  161. version v0.99.0 or higher. Running old versions may cause problems
  162. with programs using shared memory.
  163. Networking
  164. ==========
  165. General changes
  166. ---------------
  167. The IP firewalling and NAT code has been replaced again.  The new
  168. netfilter software (including ipfwadm and ipchains backwards-
  169. compatible modules) is currently distributed separately.
  170. If you have advanced network configuration needs, you should probably
  171. consider using the network tools from ip-route2.
  172. PPP
  173. ---
  174. The PPP driver has been restructured to support multilink and to
  175. enable it to operate over diverse media layers.  If you use PPP,
  176. upgrade pppd to at least 2.4.0.
  177. If you are not using devfs, you must have the device file /dev/ppp
  178. which can be made by:
  179. mknod /dev/ppp c 108 0
  180. as root.
  181. If you build ppp support as modules, you will need the following in
  182. your /etc/modules.conf file:
  183. alias char-major-108 ppp_generic
  184. alias /dev/ppp ppp_generic
  185. alias tty-ldisc-3 ppp_async
  186. alias tty-ldisc-14 ppp_synctty
  187. alias ppp-compress-21 bsd_comp
  188. alias ppp-compress-24 ppp_deflate
  189. alias ppp-compress-26 ppp_deflate
  190. If you use devfsd and build ppp support as modules, you will need
  191. the following in your /etc/devfsd.conf file:
  192. LOOKUP PPP MODLOAD
  193. Isdn4k-utils
  194. ------------
  195. Due to changes in the length of the phone number field, isdn4k-utils
  196. needs to be recompiled or (preferably) upgraded.
  197. Getting updated software
  198. ========================
  199. Compilers
  200. *********
  201. egcs 1.1.2 (gcc 2.91.66)
  202. ------------------------
  203. o  <ftp://sourceware.cygnus.com/pub/gcc/releases/egcs-1.1.2/egcs-1.1.2.tar.bz2>
  204. gcc 2.95.3
  205. ----------
  206. o  <ftp://ftp.gnu.org/pub/gnu/gcc/gcc-2.95.3.tar.gz>
  207. Gnu Make
  208. ********
  209. Make 3.77
  210. ---------
  211. o  <ftp://ftp.gnu.org/gnu/make/make-3.77.tar.gz>
  212. Binutils
  213. ********
  214. 2.9.1 series
  215. ------------
  216. o  <ftp://ftp.valinux.com/pub/support/hjl/binutils/2.9.1/binutils-2.9.1.0.25.tar.gz>
  217. 2.9.5 and 2.10 series
  218. ---------------------
  219. o  <ftp://ftp.valinux.com/pub/support/hjl/binutils/>
  220. System utilities
  221. ****************
  222. Util-linux
  223. ----------
  224. o  <ftp://ftp.kernel.org/pub/linux/utils/util-linux/util-linux-2.10o.tar.gz>
  225. Ksymoops
  226. --------
  227. o  <ftp://ftp.kernel.org/pub/linux/utils/kernel/ksymoops/v2.4/>
  228. Modutils
  229. --------
  230. o  <ftp://ftp.kernel.org/pub/linux/utils/kernel/modutils/v2.4/>
  231. Mkinitrd
  232. --------
  233. o  <ftp://rawhide.redhat.com/pub/rawhide/SRPMS/SRPMS/>
  234. E2fsprogs
  235. ---------
  236. o  <http://prdownloads.sourceforge.net/e2fsprogs/e2fsprogs-1.25.tar.gz>
  237. Reiserfsprogs
  238. -------------
  239. o  <ftp://ftp.namesys.com/pub/reiserfsprogs/reiserfsprogs-3.x.0j.tar.gz>
  240. LVM toolset
  241. -----------
  242. o  <http://www.sistina.com/lvm/>
  243. Pcmcia-cs
  244. ---------
  245. o  <ftp://pcmcia-cs.sourceforge.net/pub/pcmcia-cs/pcmcia-cs-3.1.21.tar.gz>
  246. Jade
  247. ----
  248. o  <ftp://ftp.jclark.com/pub/jade/jade-1.2.1.tar.gz>
  249. DocBook Stylesheets
  250. -------------------
  251. o  <http://nwalsh.com/docbook/dsssl/>
  252. Intel P6 microcode
  253. ------------------
  254. o  <http://www.urbanmyth.org/microcode/>
  255. Powertweak
  256. ----------
  257. o  <http://powertweak.sourceforge.net>
  258. Network
  259. *******
  260. PPP
  261. ---
  262. o  <ftp://ftp.samba.org/pub/ppp/ppp-2.4.0.tar.gz>
  263. Isdn4k-utils
  264. ------------
  265. o  <ftp://ftp.isdn4linux.de/pub/isdn4linux/utils/isdn4k-utils.v3.1pre1.tar.gz>
  266. Netfilter
  267. ---------
  268. o  <http://netfilter.filewatcher.org/iptables-1.2.tar.bz2>
  269. o  <http://netfilter.samba.org/iptables-1.2.tar.bz2>
  270. o  <http://netfilter.kernelnotes.org/iptables-1.2.tar.bz2>
  271. Ip-route2
  272. ---------
  273. o  <ftp://ftp.inr.ac.ru/ip-routing/iproute2-2.2.4-now-ss991023.tar.gz>
  274. Suggestions and corrections
  275. ===========================
  276. Please feel free to submit changes, corrections, gripes, flames,
  277. money, etc. to me <chris.ricker@genetics.utah.edu>.  Happy Linuxing!