mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-04 23:59:11 +00:00
Update README.md (#10536)
Add answer to question about linux kernel modules
This commit is contained in:
parent
e19d27f443
commit
fe8fdf09e3
@ -627,6 +627,8 @@ The kernel is part of the operating system and is responsible for tasks like:
|
|||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>What is a Linux kernel module and how do you load a new module?</summary><br><b>
|
<summary>What is a Linux kernel module and how do you load a new module?</summary><br><b>
|
||||||
|
|
||||||
|
A Linux kernel module is a piece of code that can be dynamically loaded into the kernel to extend its functionality. These modules are typically used to add support for hardware devices, filesystems, or system calls. The kernel itself is monolithic, but with modules, its capabilities can be extended without having to reboot the system or recompile the entire kernel.
|
||||||
</b></details>
|
</b></details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user