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.