SchizOS/linux-schizos
crt 1ae2ee4397 updated guided and first test 2024-04-15 00:10:20 +02:00
..
Documentation initial uploader 2024-04-14 11:58:06 +02:00
LICENSES initial uploader 2024-04-14 11:58:06 +02:00
arch initial uploader 2024-04-14 11:58:06 +02:00
block initial uploader 2024-04-14 11:58:06 +02:00
certs initial uploader 2024-04-14 11:58:06 +02:00
config-shuffeling initial uploader 2024-04-14 11:58:06 +02:00
crypto initial uploader 2024-04-14 11:58:06 +02:00
drivers initial uploader 2024-04-14 11:58:06 +02:00
fs initial uploader 2024-04-14 11:58:06 +02:00
include initial uploader 2024-04-14 11:58:06 +02:00
init initial uploader 2024-04-14 11:58:06 +02:00
io_uring initial uploader 2024-04-14 11:58:06 +02:00
ipc initial uploader 2024-04-14 11:58:06 +02:00
kernel initial uploader 2024-04-14 11:58:06 +02:00
lib initial uploader 2024-04-14 11:58:06 +02:00
mm initial uploader 2024-04-14 11:58:06 +02:00
net initial uploader 2024-04-14 11:58:06 +02:00
rust initial uploader 2024-04-14 11:58:06 +02:00
samples initial uploader 2024-04-14 11:58:06 +02:00
scripts initial uploader 2024-04-14 11:58:06 +02:00
security initial uploader 2024-04-14 11:58:06 +02:00
sound initial uploader 2024-04-14 11:58:06 +02:00
tools initial uploader 2024-04-14 11:58:06 +02:00
usr initial uploader 2024-04-14 11:58:06 +02:00
virt initial uploader 2024-04-14 11:58:06 +02:00
.clang-format initial uploader 2024-04-14 11:58:06 +02:00
.cocciconfig initial uploader 2024-04-14 11:58:06 +02:00
.editorconfig initial uploader 2024-04-14 11:58:06 +02:00
.get_maintainer.ignore initial uploader 2024-04-14 11:58:06 +02:00
.gitattributes initial uploader 2024-04-14 11:58:06 +02:00
.gitignore initial uploader 2024-04-14 11:58:06 +02:00
.mailmap initial uploader 2024-04-14 11:58:06 +02:00
.rustfmt.toml initial uploader 2024-04-14 11:58:06 +02:00
COPYING initial uploader 2024-04-14 11:58:06 +02:00
CREDITS initial uploader 2024-04-14 11:58:06 +02:00
Kbuild initial uploader 2024-04-14 11:58:06 +02:00
Kconfig initial uploader 2024-04-14 11:58:06 +02:00
MAINTAINERS initial uploader 2024-04-14 11:58:06 +02:00
Makefile initial uploader 2024-04-14 11:58:06 +02:00
README updated guided and first test 2024-04-15 00:10:20 +02:00
Schizo.md updated guided and first test 2024-04-15 00:10:20 +02:00
compile-and-install.sh initial uploader 2024-04-14 11:58:06 +02:00
config.auto initial uploader 2024-04-14 11:58:06 +02:00
enable_logo.config initial uploader 2024-04-14 11:58:06 +02:00
merge-local-and-auto-config.sh initial uploader 2024-04-14 11:58:06 +02:00

README

Linux kernel
============
Go to Schizo.md for guide
This is just the barebones linux kernel with some in progess stuff of mine

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.