This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
technical:linuxkernel [2024/12/14 09:08] – jc | technical:linuxkernel [2024/12/14 09:11] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Linux Kernel ====== | ====== Linux Kernel ====== | ||
< | < | ||
- | # Compile a preemptive real time Linux kernel | + | # Compile a Preemptible Real-Time |
``` bash | ``` bash | ||
# Build and compile a Real Time Linux kernel | # Build and compile a Real Time Linux kernel | ||
version=" | version=" | ||
- | parameters=${param: | ||
kernel_src=" | kernel_src=" | ||
Line 22: | Line 21: | ||
install_kernel () { | install_kernel () { | ||
+ | sudo make moudules_install | ||
+ | sudo make install | ||
} | } | ||
</ | </ | ||
+ |