Go to file
Ulrich Bessoh 3585ccfae5 dritte fehler 2024-07-31 15:56:45 +02:00
Documentation null pointer error 2024-07-16 15:50:57 +02:00
LICENSES null pointer error 2024-07-16 15:50:57 +02:00
arch null pointer error 2024-07-16 15:50:57 +02:00
block null pointer error 2024-07-16 15:50:57 +02:00
certs null pointer error 2024-07-16 15:50:57 +02:00
crypto null pointer error 2024-07-16 15:50:57 +02:00
drivers dritte fehler 2024-07-31 15:56:45 +02:00
fs second bug 2024-07-16 17:18:49 +02:00
include null pointer error 2024-07-16 15:50:57 +02:00
init null pointer error 2024-07-16 15:50:57 +02:00
io_uring null pointer error 2024-07-16 15:50:57 +02:00
ipc null pointer error 2024-07-16 15:50:57 +02:00
kernel second bug 2024-07-16 17:18:49 +02:00
lib null pointer error 2024-07-16 15:50:57 +02:00
mm null pointer error 2024-07-16 15:50:57 +02:00
net null pointer error 2024-07-16 15:50:57 +02:00
rust null pointer error 2024-07-16 15:50:57 +02:00
samples null pointer error 2024-07-16 15:50:57 +02:00
scripts null pointer error 2024-07-16 15:50:57 +02:00
security null pointer error 2024-07-16 15:50:57 +02:00
sound null pointer error 2024-07-16 15:50:57 +02:00
tools null pointer error 2024-07-16 15:50:57 +02:00
usr null pointer error 2024-07-16 15:50:57 +02:00
virt null pointer error 2024-07-16 15:50:57 +02:00
.clang-format null pointer error 2024-07-16 15:50:57 +02:00
.cocciconfig null pointer error 2024-07-16 15:50:57 +02:00
.get_maintainer.ignore null pointer error 2024-07-16 15:50:57 +02:00
.gitattributes null pointer error 2024-07-16 15:50:57 +02:00
.gitignore null pointer error 2024-07-16 15:50:57 +02:00
.mailmap null pointer error 2024-07-16 15:50:57 +02:00
.rustfmt.toml null pointer error 2024-07-16 15:50:57 +02:00
COPYING null pointer error 2024-07-16 15:50:57 +02:00
CREDITS null pointer error 2024-07-16 15:50:57 +02:00
Kbuild null pointer error 2024-07-16 15:50:57 +02:00
Kconfig null pointer error 2024-07-16 15:50:57 +02:00
MAINTAINERS null pointer error 2024-07-16 15:50:57 +02:00
Makefile null pointer error 2024-07-16 15:50:57 +02:00
README null pointer error 2024-07-16 15:50:57 +02:00
a4.config null pointer error 2024-07-16 15:50:57 +02: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.