|
-
October 9th, 2001, 09:13 AM
#1
how to read bios date and version?
I am just wondering if anybody can find me a sample code to read BIOS date using C or C++.
Thanks a lot.
Sudhir Sharma
-
October 11th, 2001, 01:29 AM
#2
Re: how to read bios date and version?
It's in the registry if that helps...
HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System
- Nigel
-
December 13th, 2007, 02:39 AM
#3
Re: how to read bios date and version?
Yes you can
you will use outp() and inp().
outp(0x70,{put the bios address here 1 to 128});
read the value with
inp(0x71);
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|