Monday, July 11, 2011

When writing a linux module, what constitutes the module's main loop?

I was looking through some code in the kernel and it appears as though all the modules have initialization code, exit code, and nothing in between. Where is the main loop? Where do all the defined functions actually get used?

No comments:

Post a Comment