Revision fd2bd7c0539e28f267a84da8d68f9378511b50a7 authored by Steve French on 20 July 2023, 13:30:32 UTC, committed by Steve French on 10 November 2023, 15:33:26 UTC
From 2.45 to 2.46

Signed-off-by: Steve French <stfrench@microsoft.com>
1 parent ee1d217
Raw File
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
back to top