Skip to content

Commit

Permalink
Update README.md (#10536)
Browse files Browse the repository at this point in the history
Add answer to question about linux kernel modules
  • Loading branch information
Garved authored Dec 21, 2024
1 parent e19d27f commit fe8fdf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions topics/linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,8 @@ The kernel is part of the operating system and is responsible for tasks like:

<details>
<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>

<details>
Expand Down

0 comments on commit fe8fdf0

Please sign in to comment.