1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 02:04:59 +00:00
serenity/Base/usr/share/man/man7
Liav A 04ba31b8c5 Kernel+Userland: Remove loadable kernel moduless
These interfaces are broken for about 9 months, maybe longer than that.
At this point, this is just a dead code nobody tests or tries to use, so
let's remove it instead of keeping a stale code just for the sake of
keeping it and hoping someone will fix it.

To better justify this, I read that OpenBSD removed loadable kernel
modules in 5.7 release (2014), mainly for the same reason we do -
nobody used it so they had no good reason to maintain it.
Still, OpenBSD had LKMs being effectively working, which is not the
current state in our project for a long time.
An arguably better approach to minimize the Kernel image size is to
allow dropping drivers and features while compiling a new image.
2021-09-11 19:05:00 +02:00
..
boot_parameters.md Base: Add a boot_parameters(7) to document kernel boot parameters. 2021-05-05 12:24:16 +02:00
Help-index.md Help: Add a simple index page 2021-01-02 02:41:16 +01:00
Mitigations.md Base: Fix Markdown casing in headings 2021-09-11 15:17:44 +02:00
setuid_overview.md Base: Fix typos and spelling errors in man pages 2021-05-05 12:22:08 +01:00
Shell-vars.md Base: Document the Shell's new termios allow-list 2021-05-24 23:26:49 +04:30
SystemServer.md Base: Document new SystemServer abilities 2020-06-09 21:12:34 +02:00