The source for the Linux kernel used in CBL-Mariner
Перейти к файлу
microsoft-github-policy-service[bot] 8e63ee223a
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2022-11-28 19:10:32 +00:00
.github/workflows CI: change verify action to a nightly run 2021-04-07 00:26:41 +00:00
Documentation
LICENSES
MSFT-Merge Linux rolling-lts/mariner/5.10.13.1 2021-02-04 16:17:21 +00:00
arch Merge feature/hyperv-arm64 (65dbae1a07) 2021-02-04 16:17:20 +00:00
block
certs
crypto
drivers Merge feature/hyperv-arm64 (65dbae1a07) 2021-02-04 16:17:20 +00:00
fs
include Merge feature/hyperv-arm64 (65dbae1a07) 2021-02-04 16:17:20 +00:00
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore gitignore: track .github directory 2021-04-06 01:28:16 +00:00
.mailmap
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2021-03-04 05:38:05 +00:00
CONTRIBUTING.md CONTRIBUTING: Add Microsoft contributing file 2021-03-03 07:20:52 +00:00
COPYING COPYING: include CBL-Mariner-Linux-Kernel 2021-03-04 05:45:42 +00:00
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge feature/hyperv-arm64 (65dbae1a07) 2021-02-04 16:17:20 +00:00
Makefile Linux rolling-lts/mariner/5.10.13.1 2021-02-04 16:17:21 +00:00
README
SECURITY.md Microsoft mandatory file 2022-07-25 19:24:43 +00:00

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.