linux kernel 5.17

侠义书生 27cfbddac1 add print logo 3 年之前
Documentation f3e7ddfe3f init 3 年之前
LICENSES f3e7ddfe3f init 3 年之前
arch f3e7ddfe3f init 3 年之前
block f3e7ddfe3f init 3 年之前
certs f3e7ddfe3f init 3 年之前
crypto f3e7ddfe3f init 3 年之前
drivers f3e7ddfe3f init 3 年之前
fs f3e7ddfe3f init 3 年之前
include f3e7ddfe3f init 3 年之前
init 27cfbddac1 add print logo 3 年之前
ipc f3e7ddfe3f init 3 年之前
kernel f3e7ddfe3f init 3 年之前
lib f3e7ddfe3f init 3 年之前
mm f3e7ddfe3f init 3 年之前
net f3e7ddfe3f init 3 年之前
samples f3e7ddfe3f init 3 年之前
scripts f3e7ddfe3f init 3 年之前
security f3e7ddfe3f init 3 年之前
sound f3e7ddfe3f init 3 年之前
tools f3e7ddfe3f init 3 年之前
usr f3e7ddfe3f init 3 年之前
virt f3e7ddfe3f init 3 年之前
.clang-format f3e7ddfe3f init 3 年之前
.cocciconfig f3e7ddfe3f init 3 年之前
.get_maintainer.ignore f3e7ddfe3f init 3 年之前
.gitattributes f3e7ddfe3f init 3 年之前
.gitignore f3e7ddfe3f init 3 年之前
.mailmap f3e7ddfe3f init 3 年之前
COPYING f3e7ddfe3f init 3 年之前
CREDITS f3e7ddfe3f init 3 年之前
Kbuild f3e7ddfe3f init 3 年之前
Kconfig f3e7ddfe3f init 3 年之前
MAINTAINERS f3e7ddfe3f init 3 年之前
Makefile f3e7ddfe3f init 3 年之前
README f3e7ddfe3f init 3 年之前

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.