Skip to content

Commit a080d1d

Browse files
Garvedivanrivaldi191
authored andcommitted
Update README.md (bregman-arie#10536)
Add answer to question about linux kernel modules
1 parent aedb0d5 commit a080d1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

topics/linux/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,8 @@ The kernel is part of the operating system and is responsible for tasks like:
627627

628628
<details>
629629
<summary>What is a Linux kernel module and how do you load a new module?</summary><br><b>
630+
631+
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.
630632
</b></details>
631633

632634
<details>

0 commit comments

Comments
 (0)