mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-24 18:51:36 +01:00
8 lines
408 B
Markdown
8 lines
408 B
Markdown
# TODO
|
|
|
|
- build kernel module against a given kernel tree
|
|
- build out of tree kernel module into the kernel image
|
|
- http://stackoverflow.com/questions/7353851/insert-linux-kernel-module-statically
|
|
- http://stackoverflow.com/questions/8421970/compiling-a-driver-as-a-part-of-a-kernel-not-as-a-module
|
|
- .ko file format vs .o http://stackoverflow.com/questions/10476990/difference-between-o-and-ko-file
|