User Tools

Site Tools


technical:linuxkernel

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
technical:linuxkernel [2024/12/14 09:08] jctechnical:linuxkernel [2024/12/14 09:11] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Linux Kernel ====== ====== Linux Kernel ======
 <markdown> <markdown>
-# Compile a preemptive real time Linux kernel+# Compile a Preemptible Real-Time Linux Kernel
 ``` bash ``` bash
 # Build and compile a Real Time Linux kernel # Build and compile a Real Time Linux kernel
 version="6.12.4" version="6.12.4"
-parameters=${param:-"PREMPT"} 
 kernel_src="https://mirrors.edge.kernel.org/pub/linux/kernel/v6.x/linux-$version.tar.xz"  kernel_src="https://mirrors.edge.kernel.org/pub/linux/kernel/v6.x/linux-$version.tar.xz" 
  
Line 22: Line 21:
  
 install_kernel () { install_kernel () {
 +sudo make moudules_install
 +sudo make install
 } }
 </markdown> </markdown>
 +
technical/linuxkernel.1734185282.txt.gz · Last modified: 2024/12/14 09:08 by jc