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
SMBIOS entry point
Re: SMBIOS entry point
Hi,
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 the wiki page, the link the the SMBIOS specification is correct, and that's the only thing that really matters.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
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.
- Love4Boobies
- Member
- Posts: 2111
- Joined: Fri Mar 07, 2008 5:36 pm
- Location: Bucharest, Romania
Re: SMBIOS entry point
http://wiki.osdev.org/Deprecated#SMBIOS_specification might also be useful.
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
[ Project UDI ]
Re: SMBIOS entry point
lol +1Brendan wrote:Hi,
For the wiki page, the link the the SMBIOS specification is correct, and that's the only thing that really matters.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
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
hehe I was using this method on an EFI machine !! thats why it crashed
Re: SMBIOS entry point
No, it crashed because you failed to implement error checking.mohdumar wrote:hehe I was using this method on an EFI machine !! thats why it crashed
JAL