/loadable-kernel-modules

Basic loadable kernel modules made as a part of Operating System course.

Primary LanguageC

Loadable Kernel Module

Kernel modules are pieces of code that can be loaded and unloaded into the kernel upon demand. They extend the functionality of the kernel without the need to reboot the system.

References

GeeksforGeeks
Medium
The Linux Kernel Module Programming Guide

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT