Analysis and research of OpenBSD kernel loadable modules implementation
You Liang-fan
Abstract
You Liang-fan
Abstract
LKM is loadable Kernel module and it is being used to extend kernel's functionality.The parameters of Kernel can be set while LKM is loaded that ease kernel modification.This paper uses system calls with modules as examples to analyze the implementation of LKM with OpenBSD,also,summarizes how to develope and test modules step by step.
A significance statement is not available in the OpenAlex record.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
LKM is loadable Kernel module and it is being used to extend kernel's functionality.The parameters of Kernel can be set while LKM is loaded that ease kernel modification.This paper uses system calls with modules as examples to analyze the implementation of LKM with OpenBSD,also,summarizes how to develope and test modules step by step.
Key concepts: Kernel (algebra), Computer science, Configfs, Operating system, Set (abstract data type), Programming language, Embedded system, Linux kernel