linux kernel 5.17

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

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.