nt9856x/BSP/linux-kernel
2023-08-23 22:14:32 +08:00
..
arch add .gitlab-ci.yml 2023-08-23 22:14:32 +08:00
block 1.一次S530代码提交 2023-03-28 15:07:53 +08:00
certs 1.一次S530代码提交 2023-03-28 15:07:53 +08:00
crypto 1.一次S530代码提交 2023-03-28 15:07:53 +08:00
Documentation 1.一次S530代码提交 2023-03-28 15:07:53 +08:00
drivers add .gitlab-ci.yml 2023-08-23 22:14:32 +08:00
firmware 1.一次S530代码提交 2023-03-28 15:07:53 +08:00
fs 1.一次S530代码提交 2023-03-28 15:07:53 +08:00
include 1.一次S530代码提交 2023-03-28 15:07:53 +08:00
init 1.一次S530代码提交 2023-03-28 15:07:53 +08:00
ipc 1.一次S530代码提交 2023-03-28 15:07:53 +08:00
kernel 1.一次S530代码提交 2023-03-28 15:07:53 +08:00
lib 1.一次S530代码提交 2023-03-28 15:07:53 +08:00
LICENSES 1.一次S530代码提交 2023-03-28 15:07:53 +08:00
mm 1.一次S530代码提交 2023-03-28 15:07:53 +08:00
net 1.一次S530代码提交 2023-03-28 15:07:53 +08:00
samples 1.一次S530代码提交 2023-03-28 15:07:53 +08:00
scripts 1.去除中间文件 2023-04-03 19:52:41 +08:00
security 1.一次S530代码提交 2023-03-28 15:07:53 +08:00
sound 1.一次S530代码提交 2023-03-28 15:07:53 +08:00
tools 1.一次S530代码提交 2023-03-28 15:07:53 +08:00
usr 1.一次S530代码提交 2023-03-28 15:07:53 +08:00
virt 1.一次S530代码提交 2023-03-28 15:07:53 +08:00
.clang-format 1.一次S530代码提交 2023-03-28 15:07:53 +08:00
.cocciconfig 1.一次S530代码提交 2023-03-28 15:07:53 +08:00
.get_maintainer.ignore 1.一次S530代码提交 2023-03-28 15:07:53 +08:00
.gitattributes 1.一次S530代码提交 2023-03-28 15:07:53 +08:00
.gitignore 1.增加gitingnore,去掉编译产生的文件 2023-07-05 15:32:03 +08:00
.mailmap 1.一次S530代码提交 2023-03-28 15:07:53 +08:00
.scmversion 1.一次S530代码提交 2023-03-28 15:07:53 +08:00
COPYING 1.一次S530代码提交 2023-03-28 15:07:53 +08:00
CREDITS 1.一次S530代码提交 2023-03-28 15:07:53 +08:00
Kbuild 1.一次S530代码提交 2023-03-28 15:07:53 +08:00
Kconfig 1.一次S530代码提交 2023-03-28 15:07:53 +08:00
MAINTAINERS 1.一次S530代码提交 2023-03-28 15:07:53 +08:00
Makefile 1.一次S530代码提交 2023-03-28 15:07:53 +08:00
README 1.一次S530代码提交 2023-03-28 15:07:53 +08:00

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.