Beginner Linux Kernel Logging: Mastering pr_ & dev_ Macros
Every programmer from beginner to pro knows how to output some debug prints (well at least I hope you do! otherwise debugging would be even more of an hell than it already is😉😂), but what if you’re developing (your first) drivers (kernel Modules)? Yup, then a simple: Would not suffice! You would need to be…
