Jump to content

KDE Linux/Kernel Development: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

13 September 2025

  • curprev 10:4510:45, 13 September 2025 Sitter talk contribs 734 bytes +734 Created page with "THIS IS WIP! = Building your own Unified Kernel Image = To build your own UKI you'll want to first set up a regular runtime sysext, install the kernel+modules there and then rebuild the EFI files. <syntaxhighlight lang="bash"> # Build your kernel as usual but install to your sysext. make -j$(nproc) make INSTALL_MOD_PATH="$HOME/kde/usr" modules_install version=$(make -s kernelrelease) install -Dm644 "$(make -s image_name)" "$HOME/kde/usr/lib/modules/$version/vmlinuz" r..."