This document introduces how to write a basic "Hello, world" kernel module in Linux. It discusses making a module with a single source file, and also with multiple source files. Example code is provided for a simple module that prints a message when loaded and removed from the kernel. The document also covers makefiles used to build kernel modules.