Search found 3 matches

by belingueres
Tue Jul 13, 2004 3:21 pm
Forum: In-depth High-tech BIOS section
Topic: problem obtaining the bios serial id from an Award BIOS
Replies: 5
Views: 5504

I can perfectly boot from this machine. I'm not having hardware problems, but what I want to do is a program that obtain the complete BIOS id string. Right now, I'm doing it in C++ with relative success: I can traverse the SMBIOS table structures one by one without problem, but I can't assemble the ...
by belingueres
Mon Jul 12, 2004 7:02 pm
Forum: In-depth High-tech BIOS section
Topic: problem obtaining the bios serial id from an Award BIOS
Replies: 5
Views: 5504

problem obtaining the bios serial id from an Award BIOS

Hi, I'm having trouble getting the serial id of the BIOS on my machine (it has an Award BIOS, and it is relatively new a Pentium III with a Soyo motherboard). Anyway. I'm programming in C++, and I guess I'm correctly traversing the SMBIOS table structures (since some utility I downloaded shows me th...