~vcs-imports/busybox/trunk

« back to all changes in this revision

Viewing changes to README

  • Committer: Denys Vlasenko
  • Date: 2015-05-03 16:24:33 UTC
  • Revision ID: git-v1:c77a58fb2d84d4ee3883d385bc44bbfcfc7093c9
typo fix

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
185
185
  Under 2.4 Linux kernels, kernel module loading was implemented in a
186
186
  platform-specific manner.  Busybox's insmod utility has been reported to
187
187
  work under ARM, CRIS, H8/300, x86, ia64, x86_64, m68k, MIPS, PowerPC, S390,
188
 
  SH3/4/5, Sparc, v850e, and x86_64.  Anything else probably won't work.
 
188
  SH3/4/5, Sparc, and v850e.  Anything else probably won't work.
189
189
 
190
190
  The module loading mechanism for the 2.6 kernel is much more generic, and
191
191
  we believe 2.6.x kernel module loading support should work on all