math functions in kernel module

max_at_epicproducts.com
Date: 02/21/05


Date: Mon, 21 Feb 2005 20:51:25 GMT

I am writing a module for an embedded application. I need a "X" to
the "Y" power function inside a kernel module. Alternatively, a log()
function and an exp() function would work. How do I get access to
these kind of functions in a module?

Max



Relevant Pages

  • Math functions in modules
    ... I am writing a module for an embedded application. ... the "Y" power function inside a kernel module. ... function and an exp() function would work. ...
    (alt.os.linux)
  • Re: Help: Using cpufreq from kernel level
    ... > I'm writing a kernel module that needs to get info about the available ... > frequencies on the current processor and to periodically change the current ... So it seems you're writing a governor. ... > At user level it can be done through ...
    (Linux-Kernel)
  • linux gateway programming
    ... I figure I'd have to write some sort of a kernel module that allows me ... I also want to intercept the packets, not just monitor them, ... I'd like to see if I can get around writing a kernel module or hacking ...
    (alt.os.linux)
  • Help for kernel module programming
    ... I am writing a kernel module for assging an ip address to an interface. ...
    (Linux-Kernel)
  • Print long messages to console from kernel module
    ... is there any way to print messages to the console from a kernel module, ... I'm writing an in-memory logger to be included in a module. ... The idea is to use SysRq to print the contents of the log to console after a kernel panic or otherwise when writing to disk might not work. ...
    (Linux-Kernel)