linux kernel 5.17

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

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.