This shows you the differences between two versions of the page.
ass:laboratoare:04:tasks:02 [2023/07/22 03:53] radu.mantu created |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ==== 02. Your first kernel module? ==== | ||
- | [[https://www.kernel.org/doc/html/latest/kbuild/modules.html|Read some of this]] and create your external module's makefile. | ||
- | |||
- | <note warning> | ||
- | **DO NOT FORGET** TO ADD ''ARCH=arm64'' to the kbuild make invocation! | ||
- | |||
- | If you don't do so, the kernel's ''.config'' will be reset and you'll probably need to recompile the kernel if you do anything more on the kernel tree. | ||
- | </note> | ||
- | |||
- | TODO |