commit 941f65155fdc61662fb398da53d18d558e2be290 parent 72f5dfd4fc3fb17be3c120b7ba627dd9aee01cc9 Author: hovercats <hovercatswithlasereyes@protonmail.com> Date: Fri, 27 Oct 2023 02:52:20 +0200 wiki/kernel: formatting and some nits in patches Diffstat:
M | wiki/kernel/patches/index.md | | | 13 | ++++--------- |
1 file changed, 4 insertions(+), 9 deletions(-)
diff --git a/wiki/kernel/patches/index.md b/wiki/kernel/patches/index.md @@ -1,13 +1,8 @@ # Kernel patches -There are numerous kernel patches floating around the web for all kinds of usecases. +There are numerous kernel patches floating around the web for all kinds of purposes. Heres some that you might find usefull: -Remove `perl` as a buildtime dependency for kernel: -[kernel-no-perl.patch](kernel-no-perl.patch) - -Use `yacc` instead of `bison`: -[use byacc patch](make-yacc-usage-POSIX-compliant.diff) - -Linux hardened patches for security minded users: -[Linux hardened](https://github.com/anthraxx/linux-hardened/releases) +- [Remove perl buildtime dependency](kernel-no-perl.patch) +- [Use yacc instead of bison](make-yacc-usage-POSIX-compliant.diff) +- [Linux hardened patches](https://github.com/anthraxx/linux-hardened/releases)