Go to file
antifallobst 9e11c5b803 initial commit 2023-06-19 00:53:49 +02:00
Documentation initial commit 2023-06-19 00:53:49 +02:00
arch initial commit 2023-06-19 00:53:49 +02:00
block initial commit 2023-06-19 00:53:49 +02:00
certs initial commit 2023-06-19 00:53:49 +02:00
crypto initial commit 2023-06-19 00:53:49 +02:00
drivers initial commit 2023-06-19 00:53:49 +02:00
dt.configs initial commit 2023-06-19 00:53:49 +02:00
firmware initial commit 2023-06-19 00:53:49 +02:00
fs initial commit 2023-06-19 00:53:49 +02:00
include initial commit 2023-06-19 00:53:49 +02:00
init initial commit 2023-06-19 00:53:49 +02:00
ipc initial commit 2023-06-19 00:53:49 +02:00
kernel initial commit 2023-06-19 00:53:49 +02:00
lib initial commit 2023-06-19 00:53:49 +02:00
mm initial commit 2023-06-19 00:53:49 +02:00
net initial commit 2023-06-19 00:53:49 +02:00
samples initial commit 2023-06-19 00:53:49 +02:00
scripts initial commit 2023-06-19 00:53:49 +02:00
security initial commit 2023-06-19 00:53:49 +02:00
sound initial commit 2023-06-19 00:53:49 +02:00
tools initial commit 2023-06-19 00:53:49 +02:00
usr initial commit 2023-06-19 00:53:49 +02:00
virt initial commit 2023-06-19 00:53:49 +02:00
AndroidKernel.mk initial commit 2023-06-19 00:53:49 +02:00
COPYING initial commit 2023-06-19 00:53:49 +02:00
CREDITS initial commit 2023-06-19 00:53:49 +02:00
Kbuild initial commit 2023-06-19 00:53:49 +02:00
Kconfig initial commit 2023-06-19 00:53:49 +02:00
MAINTAINERS initial commit 2023-06-19 00:53:49 +02:00
Makefile initial commit 2023-06-19 00:53:49 +02:00
README initial commit 2023-06-19 00:53:49 +02:00
build.config.cuttlefish.aarch64 initial commit 2023-06-19 00:53:49 +02:00
build.config.cuttlefish.x86_64 initial commit 2023-06-19 00:53:49 +02:00
build.config.universal9611_q_launching initial commit 2023-06-19 00:53:49 +02:00
build_kernel.sh initial commit 2023-06-19 00:53:49 +02:00
build_menu initial commit 2023-06-19 00:53:49 +02:00
defpatch initial commit 2023-06-19 00:53:49 +02:00
verity_dev_keys.x509 initial commit 2023-06-19 00:53:49 +02:00

README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

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.