SMBIOS entry point

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
mohdumar
Posts: 7
Joined: Tue Aug 30, 2011 8:58 am

SMBIOS entry point

Post by mohdumar »

I am trying to use the entry point code at
http://wiki.osdev.org/System_Management ... oint_Table

But I can not locate SMBIOS entry point table, although I have SMBIOS.

Can someone correct the code and post complete example, so I can access members of structure SMBIOSEntryPoint
User avatar
Brendan
Member
Member
Posts: 8561
Joined: Sat Jan 15, 2005 12:00 am
Location: At his keyboard!
Contact:

Re: SMBIOS entry point

Post by Brendan »

Hi,
mohdumar wrote:I am trying to use the entry point code at
http://wiki.osdev.org/System_Management ... oint_Table

But I can not locate SMBIOS entry point table, although I have SMBIOS.

Can someone correct the code and post complete example, so I can access members of structure SMBIOSEntryPoint
For the wiki page, the link the the SMBIOS specification is correct, and that's the only thing that really matters.

After you've downloaded the SMBIOS specification and read through it, then corrected your code (and probably realised that the example on the wiki page was right), feel free to spend your time improving the wiki page (so lazy people can cut & paste it without bothering to learn or understand anything about what they're doing). ;)


Cheers,

Brendan
For all things; perfection is, and will always remain, impossible to achieve in practice. However; by striving for perfection we create things that are as perfect as practically possible. Let the pursuit of perfection be our guide.
User avatar
Love4Boobies
Member
Member
Posts: 2111
Joined: Fri Mar 07, 2008 5:36 pm
Location: Bucharest, Romania

Re: SMBIOS entry point

Post by Love4Boobies »

"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
User avatar
mduft
Member
Member
Posts: 46
Joined: Thu Jun 05, 2008 9:23 am
Location: Austria

Re: SMBIOS entry point

Post by mduft »

Brendan wrote:Hi,
mohdumar wrote:I am trying to use the entry point code at
http://wiki.osdev.org/System_Management ... oint_Table

But I can not locate SMBIOS entry point table, although I have SMBIOS.

Can someone correct the code and post complete example, so I can access members of structure SMBIOSEntryPoint
For the wiki page, the link the the SMBIOS specification is correct, and that's the only thing that really matters.

After you've downloaded the SMBIOS specification and read through it, then corrected your code (and probably realised that the example on the wiki page was right), feel free to spend your time improving the wiki page (so lazy people can cut & paste it without bothering to learn or understand anything about what they're doing). ;)


Cheers,

Brendan
lol +1
mohdumar
Posts: 7
Joined: Tue Aug 30, 2011 8:58 am

Re: SMBIOS entry point

Post by mohdumar »

hehe I was using this method on an EFI machine !! thats why it crashed
jal
Member
Member
Posts: 1385
Joined: Wed Oct 31, 2007 9:09 am

Re: SMBIOS entry point

Post by jal »

mohdumar wrote:hehe I was using this method on an EFI machine !! thats why it crashed
No, it crashed because you failed to implement error checking.


JAL
Post Reply