临时仓库
Go to file
2023-09-12 15:54:59 +08:00
.pc init code 2023-06-26 10:03:39 +08:00
arch add drivers/irqchip/ 2023-09-12 14:26:10 +08:00
block init code 2023-06-26 10:03:39 +08:00
certs init code 2023-06-26 10:03:39 +08:00
crypto init code 2023-06-26 10:03:39 +08:00
debian init code 2023-06-26 10:03:39 +08:00
Documentation init code 2023-06-26 10:03:39 +08:00
drivers add drivers/cpufreq/ft2004-cpufreq.c 2023-09-12 15:50:52 +08:00
fs init code 2023-06-26 10:03:39 +08:00
include add drivers/irqchip/ 2023-09-12 14:26:10 +08:00
init init code 2023-06-26 10:03:39 +08:00
ipc init code 2023-06-26 10:03:39 +08:00
kernel init code 2023-06-26 10:03:39 +08:00
lib add lib/classtypes.c lib/cputypes.c include/linux/cputypes.h 2023-09-08 16:05:26 +08:00
LICENSES init code 2023-06-26 10:03:39 +08:00
mm init code 2023-06-26 10:03:39 +08:00
net init code 2023-06-26 10:03:39 +08:00
samples init code 2023-06-26 10:03:39 +08:00
scripts init code 2023-06-26 10:03:39 +08:00
security add security/hookmanager 2023-09-11 15:26:49 +08:00
sound add sound/hda/ CONFIG_SND_HDA_PHYTIUM 2023-09-12 15:54:59 +08:00
tools init code 2023-06-26 10:03:39 +08:00
usr init code 2023-06-26 10:03:39 +08:00
virt init code 2023-06-26 10:03:39 +08:00
.clang-format init code 2023-06-26 10:03:39 +08:00
.cocciconfig init code 2023-06-26 10:03:39 +08:00
.get_maintainer.ignore init code 2023-06-26 10:03:39 +08:00
.gitattributes init code 2023-06-26 10:03:39 +08:00
.gitignore add gitignore 2023-06-26 11:03:57 +08:00
.mailmap init code 2023-06-26 10:03:39 +08:00
COPYING init code 2023-06-26 10:03:39 +08:00
CREDITS init code 2023-06-26 10:03:39 +08:00
Kbuild init code 2023-06-26 10:03:39 +08:00
Kconfig init code 2023-06-26 10:03:39 +08:00
MAINTAINERS init code 2023-06-26 10:03:39 +08:00
Makefile init code 2023-06-26 10:03:39 +08:00
README init code 2023-06-26 10:03:39 +08:00
tmplete.txt init code 2023-06-26 10:03:39 +08:00

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.