0001 Linux kernel
0002 ============
0003
0004 There are several guides for kernel developers and users. These guides can
0005 be rendered in a number of formats, like HTML and PDF. Please read
0006 Documentation/admin-guide/README.rst first.
0007
0008 In order to build the documentation, use ``make htmldocs`` or
0009 ``make pdfdocs``. The formatted documentation can also be read online at:
0010
0011 https://www.kernel.org/doc/html/latest/
0012
0013 There are various text files in the Documentation/ subdirectory,
0014 several of them using the Restructured Text markup notation.
0015
0016 Please read the Documentation/process/changes.rst file, as it contains the
0017 requirements for building and running the kernel, and information about
0018 the problems which may result by upgrading your kernel.