linux kernel 5.17

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

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.