views:

42

answers:

0

Hi

I have a BIOS function I need to call from time to time on an embedded system, and using LRMI I was able to call it successfully from a user space program. Now I want to do the same from a loadable kernel module.

Is there any way to do this? Some other library maybe?