Linux repo used for the Linux Kernel Programming (RWTH, WiSe2024/25) lab
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Kenneth Bruen 2baa73b03c
Init
2 weeks ago
Documentation Init 2 weeks ago
LICENSES Init 2 weeks ago
arch Init 2 weeks ago
block Init 2 weeks ago
certs Init 2 weeks ago
crypto Init 2 weeks ago
drivers Init 2 weeks ago
fs Init 2 weeks ago
include Init 2 weeks ago
init Init 2 weeks ago
io_uring Init 2 weeks ago
ipc Init 2 weeks ago
kernel Init 2 weeks ago
lib Init 2 weeks ago
mm Init 2 weeks ago
net Init 2 weeks ago
rust Init 2 weeks ago
samples Init 2 weeks ago
scripts Init 2 weeks ago
security Init 2 weeks ago
sound Init 2 weeks ago
tools Init 2 weeks ago
usr Init 2 weeks ago
virt Init 2 weeks ago
.clang-format Init 2 weeks ago
.cocciconfig Init 2 weeks ago
.get_maintainer.ignore Init 2 weeks ago
.gitattributes Init 2 weeks ago
.gitignore Init 2 weeks ago
.mailmap Init 2 weeks ago
.rustfmt.toml Init 2 weeks ago
COPYING Init 2 weeks ago
CREDITS Init 2 weeks ago
Kbuild Init 2 weeks ago
Kconfig Init 2 weeks ago
MAINTAINERS Init 2 weeks ago
Makefile Init 2 weeks ago
README Init 2 weeks ago

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.