Go to file
mamingshuai 77e0773c51 update OpenHarmony 2.0 Canary 2021-06-02 02:23:08 +08:00
Documentation update OpenHarmony 2.0 Canary 2021-06-02 02:23:08 +08:00
LICENSES update OpenHarmony 2.0 Canary 2021-06-02 02:23:08 +08:00
arch update OpenHarmony 2.0 Canary 2021-06-02 02:23:08 +08:00
block update OpenHarmony 2.0 Canary 2021-06-02 02:23:08 +08:00
certs update OpenHarmony 2.0 Canary 2021-06-02 02:23:08 +08:00
crypto update OpenHarmony 2.0 Canary 2021-06-02 02:23:08 +08:00
drivers update OpenHarmony 2.0 Canary 2021-06-02 02:23:08 +08:00
firmware update OpenHarmony 2.0 Canary 2021-06-02 02:23:08 +08:00
fs update OpenHarmony 2.0 Canary 2021-06-02 02:23:08 +08:00
include update OpenHarmony 2.0 Canary 2021-06-02 02:23:08 +08:00
init update OpenHarmony 2.0 Canary 2021-06-02 02:23:08 +08:00
ipc update OpenHarmony 2.0 Canary 2021-06-02 02:23:08 +08:00
kernel update OpenHarmony 2.0 Canary 2021-06-02 02:23:08 +08:00
lib update OpenHarmony 2.0 Canary 2021-06-02 02:23:08 +08:00
mm update OpenHarmony 2.0 Canary 2021-06-02 02:23:08 +08:00
net update OpenHarmony 2.0 Canary 2021-06-02 02:23:08 +08:00
samples update OpenHarmony 2.0 Canary 2021-06-02 02:23:08 +08:00
scripts update OpenHarmony 2.0 Canary 2021-06-02 02:23:08 +08:00
security update OpenHarmony 2.0 Canary 2021-06-02 02:23:08 +08:00
sound update OpenHarmony 2.0 Canary 2021-06-02 02:23:08 +08:00
tools update OpenHarmony 2.0 Canary 2021-06-02 02:23:08 +08:00
usr update OpenHarmony 2.0 Canary 2021-06-02 02:23:08 +08:00
virt update OpenHarmony 2.0 Canary 2021-06-02 02:23:08 +08:00
.clang-format update OpenHarmony 2.0 Canary 2021-06-02 02:23:08 +08:00
.cocciconfig update OpenHarmony 2.0 Canary 2021-06-02 02:23:08 +08:00
.get_maintainer.ignore update OpenHarmony 2.0 Canary 2021-06-02 02:23:08 +08:00
.gitattributes update OpenHarmony 2.0 Canary 2021-06-02 02:23:08 +08:00
.gitignore update OpenHarmony 2.0 Canary 2021-06-02 02:23:08 +08:00
.mailmap update OpenHarmony 2.0 Canary 2021-06-02 02:23:08 +08:00
COPYING update OpenHarmony 2.0 Canary 2021-06-02 02:23:08 +08:00
CREDITS update OpenHarmony 2.0 Canary 2021-06-02 02:23:08 +08:00
Kbuild update OpenHarmony 2.0 Canary 2021-06-02 02:23:08 +08:00
Kconfig update OpenHarmony 2.0 Canary 2021-06-02 02:23:08 +08:00
MAINTAINERS update OpenHarmony 2.0 Canary 2021-06-02 02:23:08 +08:00
Makefile update OpenHarmony 2.0 Canary 2021-06-02 02:23:08 +08:00
README update OpenHarmony 2.0 Canary 2021-06-02 02:23:08 +08:00

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.
See Documentation/00-INDEX for a list of what is contained in each file.

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.