Go to file
chenyf d03373acdf 2 2024-04-01 23:06:58 +08:00
Documentation 2 2024-04-01 23:06:58 +08:00
arch 2 2024-04-01 23:06:58 +08:00
block 2 2024-04-01 23:06:58 +08:00
certs 2 2024-04-01 23:06:58 +08:00
crypto 2 2024-04-01 23:06:58 +08:00
drivers 2 2024-04-01 23:06:58 +08:00
firmware 2 2024-04-01 23:06:58 +08:00
fs 2 2024-04-01 23:06:58 +08:00
include 2 2024-04-01 23:06:58 +08:00
init 2 2024-04-01 23:06:58 +08:00
ipc 2 2024-04-01 23:06:58 +08:00
kernel 2 2024-04-01 23:06:58 +08:00
lib 2 2024-04-01 23:06:58 +08:00
mm 2 2024-04-01 23:06:58 +08:00
net 2 2024-04-01 23:06:58 +08:00
samples 2 2024-04-01 23:06:58 +08:00
scripts 2 2024-04-01 23:06:58 +08:00
security 2 2024-04-01 23:06:58 +08:00
sound 2 2024-04-01 23:06:58 +08:00
tools 2 2024-04-01 23:06:58 +08:00
usr 2 2024-04-01 23:06:58 +08:00
virt 2 2024-04-01 23:06:58 +08:00
COPYING 2 2024-04-01 23:06:58 +08:00
CREDITS 2 2024-04-01 23:06:58 +08:00
Kbuild 2 2024-04-01 23:06:58 +08:00
Kconfig 2 2024-04-01 23:06:58 +08:00
MAINTAINERS 2 2024-04-01 23:06:58 +08:00
Makefile 2 2024-04-01 23:06:58 +08:00
Module.symvers 2 2024-04-01 23:06:58 +08:00
README 2 2024-04-01 23:06:58 +08:00
System.map 2 2024-04-01 23:06:58 +08:00
build.sh 2 2024-04-01 23:06:58 +08:00
built-in.o 2 2024-04-01 23:06:58 +08:00
copy.sh 2 2024-04-01 23:06:58 +08:00
linux_vscode_workspace.code-workspace 2 2024-04-01 23:06:58 +08:00
modules.builtin 2 2024-04-01 23:06:58 +08:00
modules.order 2 2024-04-01 23:06:58 +08:00
vmlinux 2 2024-04-01 23:06:58 +08:00
vmlinux.o 2 2024-04-01 23:06:58 +08:00

README

Linux kernel
============

荔枝派linux内核

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

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.