Method to change BIOS value

G

Guest

hi,
I need to change the bios value at run time . Is there any API available.

Thanks and regards,
KSMH
 
K

KM

We have discussed the BIOS access on embedded devices numerous times in the NG.
For instance, read through this thread:
http://groups.google.com/group/micr...d/browse_thread/thread/26ae0402f1c7adf1?hl=en

The baseline: you are doing a user mode application, you can only get down to BIOS IO registers with a helper driver like DirectIO
or similar (here I listed a few: http://km-dev.blogspot.com/2007/03/xpe-tip5-direct-io-operations-from.html).
Your best bet is a driver. Although even there it may not be that easy to access particular BIOS functions. Read DDK docs for more
info.
 
G

Guest

Thanks again .

I need to go through the link


KM said:
We have discussed the BIOS access on embedded devices numerous times in the NG.
For instance, read through this thread:
http://groups.google.com/group/micr...d/browse_thread/thread/26ae0402f1c7adf1?hl=en

The baseline: you are doing a user mode application, you can only get down to BIOS IO registers with a helper driver like DirectIO
or similar (here I listed a few: http://km-dev.blogspot.com/2007/03/xpe-tip5-direct-io-operations-from.html).
Your best bet is a driver. Although even there it may not be that easy to access particular BIOS functions. Read DDK docs for more
info.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top