blob: 2ce2bf02824bb85d5e751a67c61963d455cc647c [file] [log] [blame]
Jonathan Corbet7358bb22016-10-26 16:14:52 -06001The Linux kernel user's and administrator's guide
2=================================================
Mauro Carvalho Chehab9d850252016-09-21 09:51:11 -03003
Jonathan Corbet7358bb22016-10-26 16:14:52 -06004The following is a collection of user-oriented documents that have been
5added to the kernel over time. There is, as yet, little overall order or
6organization here this material was not written to be a single, coherent
7document! With luck things will improve quickly over time.
8
9This initial section contains overall information, including the README
10file describing the kernel as a whole, documentation on kernel parameters,
11etc.
Mauro Carvalho Chehab9d850252016-09-21 09:51:11 -030012
13.. toctree::
Jonathan Corbet7358bb22016-10-26 16:14:52 -060014 :maxdepth: 1
Mauro Carvalho Chehab9d850252016-09-21 09:51:11 -030015
16 README
Jonathan Corbet7358bb22016-10-26 16:14:52 -060017 kernel-parameters
18 devices
19
20Here is a set of documents aimed at users who are trying to track down
21problems and bugs in particular.
22
23.. toctree::
24 :maxdepth: 1
25
Mauro Carvalho Chehab9d850252016-09-21 09:51:11 -030026 reporting-bugs
Jonathan Corbet7358bb22016-10-26 16:14:52 -060027 security-bugs
Mauro Carvalho Chehab9d850252016-09-21 09:51:11 -030028 bug-hunting
29 oops-tracing
30 ramoops
Mauro Carvalho Chehab9d850252016-09-21 09:51:11 -030031 dynamic-debug-howto
Jonathan Corbet7358bb22016-10-26 16:14:52 -060032 init
33
34This is the beginning of a section with information of interest to
35application developers. Documents covering various aspects of the kernel
36ABI will be found here.
37
38.. toctree::
39 :maxdepth: 1
40
41 sysfs-rules
42
43The rest of this manual consists of various unordered guides on how to
44configure specific aspects of kernel behavior to your liking.
45
46.. toctree::
47 :maxdepth: 1
48
49 initrd
Mauro Carvalho Chehab9d850252016-09-21 09:51:11 -030050 serial-console
51 braille-console
52 parport
53 md
54 module-signing
55 sysrq
56 unicode
57 vga-softcursor
Mauro Carvalho Chehab9d850252016-09-21 09:51:11 -030058 binfmt-misc
59 mono
60 java
61 bad-memory
62 basic-profiling