Thread: Read CMOS under windows?

  1. #1
    Registered User
    Join Date
    Jan 2008
    Posts
    42

    Read CMOS under windows?

    Hi,

    -Is it there any way to read(dump) the CMOS to a file using C++ under windows operating system?

    -Is it mainboard dependent?

    -Can you, Please, tell me where can i find a reference to CMOS structure for Most popular Mainboard providers?


    Thanks in advance.

  2. #2
    Registered User
    Join Date
    Mar 2005
    Location
    Mountaintop, Pa
    Posts
    1,058
    Here is a link to some dated information on reading/writing CMOS. Pay particular attention to the HalGetBusData function for CMOS access. You'll have to do this work on the kernel level as in device driver.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. read Causes Freezing?
    By Masna in forum C Programming
    Replies: 5
    Last Post: 07-18-2008, 04:31 PM
  2. Menu Item Caption - /a for right aligned Accelerator?
    By JasonD in forum Windows Programming
    Replies: 6
    Last Post: 06-25-2003, 11:14 AM
  3. Codec Bitrates?
    By gvector1 in forum C# Programming
    Replies: 2
    Last Post: 06-16-2003, 08:39 AM
  4. FlashWindowEx not declared?
    By Aidman in forum Windows Programming
    Replies: 3
    Last Post: 05-17-2003, 02:58 AM
  5. Manipulating the Windows Clipboard
    By Johno in forum Windows Programming
    Replies: 2
    Last Post: 10-01-2002, 09:37 AM