CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2001
    Location
    ROMANIA
    Posts
    30

    read the motherboard loading program

    another way is (and i'm using that) to read the motherboard loading program (that is a program ROM-BootStrap i guess) that executes what you saw when you restart your computer...

    this program starts at 0x000fe000 in physical memory, and should contain in it and the motherboard serial number (because it is showed on computer startup)

    so you can build a CRC on this and...there you have it...

    also, you can combine this with another method, but currently i'm using this and i'm pretty satisfied...

    DANI

  2. #2
    Join Date
    Jun 2002
    Posts
    1
    Where can I get code for this?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured