Skip to content

Commit fe8fdf0

Browse files
authored
Update README.md (#10536)
Add answer to question about linux kernel modules
1 parent e19d27f commit fe8fdf0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

topics/linux/README.md

+2
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)