home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 8 / CDACTUAL8.iso / docs / kernel-2.0 / 00_index.txt < prev    next >
Encoding:
File List  |  1996-07-24  |  3.0 KB  |  80 lines

  1.  This is a brief list of all the files in ./linux/Documentation and what
  2.  they contain. If you add a documentation file, please list it here in
  3.  alphabetical order as well. Note that subdirectories have their own
  4.  index files too.
  5.                                                          Thanks -- Paul.
  6.  
  7. BUG-HUNTING - brute force method of doing binary search of patches to find bug.
  8.  
  9. Changes - list of changes that break older software packages.
  10.  
  11. CodingStyle - how the boss likes the C code in the kernel to look.
  12.  
  13. Configure.help - text file that is used for help when you run "make config"
  14.  
  15. SMP.txt - notes, and "To Fix" list for multi-processor Linux. (see smp.tex)
  16.  
  17. block-devices/ - directory with information about some of the block devices
  18.                  used by Linux, such as the hard drive and floppy handlers.
  19.  
  20. cdrom/ - directory with information on the CD-ROM drivers that Linux has.
  21.  
  22. char-devices/ - directory with information on character devices such as ham
  23.                 radio interfaces and multiport serial cards.
  24.  
  25. devices.tex - TeX source listing of all the nodes in /dev/ with major minor #'s
  26.  
  27. devices.txt - plain ASCII listing of all the nodes in /dev/ with
  28.               major minor #'s
  29.  
  30. digiboard.txt - info on the Digiboard PC/X{i,e,eve} multiport boards.
  31.  
  32. filesystems/ - directory with info on the various filesystems that Linux
  33.                supports.
  34. ide.txt - important info for users of ATA devices (IDE/EIDE disks and CD-ROMS)
  35.  
  36. initrd.txt - how to use the RAM disk as an initial/temporary root filesystem.
  37.  
  38. ioctl-number.txt - how to implement and register device/driver ioctl calls.
  39.  
  40. isdn/ - directory with info on the linux ISDN support, and supported cards.
  41.  
  42. java.txt - info on the in-kernel binary support for Java(tm)
  43.  
  44. locks.txt - info on file locking implementations, flock() vs. fcntl(), etc.
  45.  
  46. magic-number.txt - list of magic numbers used to mark/protect kernel data
  47.                    structures.
  48.  
  49. mandatory.txt - info on the linux implementation of Sys V mandatory file
  50.                 locking.
  51.  
  52. modules.txt - short guide on how to make kernel parts into loadable modules
  53.  
  54. networking/ - directory with info on various linux networking aspects.
  55.  
  56. nfsroot.txt - short guide on setting up a diskless box with NFS root filesystem
  57.  
  58. oops-tracing.txt - how to decode those nasty internal kernel error dump
  59.                    messages.
  60.  
  61. ramdisk.txt - short guide on how to set up and use the RAM disk.
  62.  
  63. riscom8.txt - notes on using the RISCom/8 multi-port serial driver.
  64.  
  65. rtc.txt - notes on how to use the Real Time Clock (aka CMOS clock) driver.
  66.  
  67. scsi.txt - short blurb on using SCSI support as a module.
  68.  
  69. scsi/ - directory with README files for various SCSI controller cards.
  70.  
  71. smp.tex - TeX document describing implementation of Multiprocessor Linux
  72.  
  73. svga.txt - short guide on selecting video modes at boot via VGA BIOS.
  74.  
  75. unicode.txt - info on the Unicode character/font mapping used in Linux.
  76.  
  77. watchdog.txt - how to auto-reboot Linux if it has
  78.                "fallen and can't get up". ;-)
  79.  
  80.