linux kernel 5.17

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

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.