[openbeos] Re: App server prototype 6 - What's get_module?

  • From: "Alexander G. M. Smith" <agmsmith@xxxxxxxxxx>
  • To: openbeos@xxxxxxxxxxxxx
  • Date: Fri, 09 Aug 2002 23:15:51 EDT (-0400)

Clay Vincent Schentrup wrote:
> As I'm looking through some sample driver code, I'm perplexed at all of these 
> calls that are being made that I can't seem to trace back.  such as 
> "get_module".

This sort of question is probably best discussed in BeDevTalk:
http://www.bug-br.org.br/mailman/listinfo/bedevtalk

get_module is a kernel function which loads a module (kind of like
a code library with version info and a few other extras) and makes its
functionality available to a device driver or other kernel entity.

See the BeBook for documentation, in the Drivers section.

- Alex



Other related posts:

  • » [openbeos] Re: App server prototype 6 - What's get_module?