Page 1 of 1

SMBIOS entry point

Posted: Tue Aug 30, 2011 9:02 am
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

Re: SMBIOS entry point

Posted: Tue Aug 30, 2011 11:05 am
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

Re: SMBIOS entry point

Posted: Tue Aug 30, 2011 12:13 pm
by Love4Boobies

Re: SMBIOS entry point

Posted: Wed Aug 31, 2011 5:24 am
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

Re: SMBIOS entry point

Posted: Sat Sep 03, 2011 5:08 am
by mohdumar
hehe I was using this method on an EFI machine !! thats why it crashed

Re: SMBIOS entry point

Posted: Mon Sep 05, 2011 9:25 am
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