User Tools

Site Tools


debian_build_kernel

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
debian_build_kernel [2021/09/16 18:06] neoondebian_build_kernel [2025/04/15 02:06] (current) neoon
Line 1: Line 1:
 **Grab Kernel**\\ **Grab Kernel**\\
 Get the one you desire from https://www.kernel.org/\\ Get the one you desire from https://www.kernel.org/\\
-  wget https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.65.tar.xz +  wget https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.12.23.tar.xz 
-  tar xvf linux-5.10.65.tar.xz +  tar xvf linux-6.12.23.tar.xz 
-  cd linux-5.10.65+  cd linux-6.12.23
 **Grab Packages**\\ **Grab Packages**\\
   apt-get install bc libncurses-dev bzip2 make build-essential libelf-dev libssl-dev bison flex rsync liblz4-tool   apt-get install bc libncurses-dev bzip2 make build-essential libelf-dev libssl-dev bison flex rsync liblz4-tool
 **Run localmodconfig**\\ **Run localmodconfig**\\
-Hold enter until you are done \\ +This disables all modules currently not in use \\ 
-  make localmodconfig +  yes ''make localmodconfig 
-**Customization of the Kernel**\\+**Customization of the Kernel via GUI**\\
   make menuconfig   make menuconfig
 **Network**\\ **Network**\\
 +If you want wireguard or anything else
   Device Drivers => Network device support => VXLAN, Wireguard   Device Drivers => Network device support => VXLAN, Wireguard
-  Network Support => Network options => TCP: advance congestion control => BBR+BBR increases TCP Network throughput
   Network Support => Network options => Network packet filtering framework (Netfilter) (e), QoS   Network Support => Network options => Network packet filtering framework (Netfilter) (e), QoS
 +  Network Support => Network options => TCP: advance congestion control => BBR
   Network Support => Network options => QoS => Qdisc, Fair Queuing   Network Support => Network options => QoS => Qdisc, Fair Queuing
-  Network Support => Network options => INET/UNIX: Socket monitoring interface +dhcpclient dosen't work without it 
-**Performance**\\+  Network Support => Network options => Packet Socket 
 +Latency reduction\\
   General setup => Timers subsystem => High Resolution Timer Support, Timer tick handling   General setup => Timers subsystem => High Resolution Timer Support, Timer tick handling
   General setup => Preemption Model   General setup => Preemption Model
Line 26: Line 29:
   Device drivers => SCSI device support => disk support   Device drivers => SCSI device support => disk support
   Device drivers => SCSI device support => SCSI low-level drivers => virtio-scsi support   Device drivers => SCSI device support => SCSI low-level drivers => virtio-scsi support
 +**Customization of the Kernel via CLI**\\
 +  scripts/config --enable WIREGUARD
 **Build the Kernel**\\ **Build the Kernel**\\
-  make -j8 deb-pkg LOCALVERSION=-rt KDEB_PKGVERSION=1+  make bindeb-pkg -j $(nproc)
debian_build_kernel.1631815570.txt.gz · Last modified: 2021/11/25 22:43 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki