kvvipa c519d6e58e change to 3 fb 2 лет назад
..
Documentation 87498f5edd first commit(v1.0) 3 лет назад
LICENSES 87498f5edd first commit(v1.0) 3 лет назад
arch c519d6e58e change to 3 fb 2 лет назад
block 87498f5edd first commit(v1.0) 3 лет назад
certs 87498f5edd first commit(v1.0) 3 лет назад
crypto 87498f5edd first commit(v1.0) 3 лет назад
drivers a671e0cdf5 frame buffer change to 3 2 лет назад
firmware 87498f5edd first commit(v1.0) 3 лет назад
fs 87498f5edd first commit(v1.0) 3 лет назад
include 87498f5edd first commit(v1.0) 3 лет назад
init 87498f5edd first commit(v1.0) 3 лет назад
ipc 87498f5edd first commit(v1.0) 3 лет назад
kernel 87498f5edd first commit(v1.0) 3 лет назад
lib 87498f5edd first commit(v1.0) 3 лет назад
mm 87498f5edd first commit(v1.0) 3 лет назад
net 87498f5edd first commit(v1.0) 3 лет назад
samples 87498f5edd first commit(v1.0) 3 лет назад
scripts 87498f5edd first commit(v1.0) 3 лет назад
security 87498f5edd first commit(v1.0) 3 лет назад
sound 545781e56f 优化声音驱动,修复声音卡顿问题 3 лет назад
tools 87498f5edd first commit(v1.0) 3 лет назад
usr 87498f5edd first commit(v1.0) 3 лет назад
virt 87498f5edd first commit(v1.0) 3 лет назад
.clang-format 87498f5edd first commit(v1.0) 3 лет назад
COPYING 87498f5edd first commit(v1.0) 3 лет назад
CREDITS 87498f5edd first commit(v1.0) 3 лет назад
Kbuild 87498f5edd first commit(v1.0) 3 лет назад
Kconfig 87498f5edd first commit(v1.0) 3 лет назад
MAINTAINERS 87498f5edd first commit(v1.0) 3 лет назад
Makefile 87498f5edd first commit(v1.0) 3 лет назад
README 87498f5edd first commit(v1.0) 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.
See Documentation/00-INDEX for a list of what is contained in each file.

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.