Erwan Velu
2006-Aug-14 20:10 UTC
[syslinux] [PATCH 1/1] : Adding a com32 module to handle DMI
From : Erwan Velu <erwan.velu at free.fr> This patch add a new com32 module named dmi. It can parse DMI Hanldes number 0,1,2,3,4. Using a very simple API, you can read the values of the following "Handles" - BIOS - CHASSIS - SYSTEM - BASE_BOARD - PROCESSOR It's possible and easy to extend to many other Handles. A sample code program called dmitest shows how you can use and display this structures. The codes is mainly taken from the Linux Kernel and the smartmontool projects. Both are GPL, my code too. Testing and feedback are welcomed. Signed-off-by:Erwan Velu <erwan.velu at free.fr> -------------- next part -------------- A non-text attachment was scrubbed... Name: syslinux-3.20-pre11-dmidecode.patch Type: text/x-patch Size: 53488 bytes Desc: not available URL: <http://www.zytor.com/pipermail/syslinux/attachments/20060814/03270258/attachment.bin>
Maybe Matching Threads
- First attempt to use DMI in a com32 module
- [PATCH 1/1] : Adding long mode support to dmi
- [PATCH 1/1] lua: Cleaned up the dmi table structure in Lua.c32 and added all missing DMI subtables
- [PATCH 1/1]: Ethersel must use the pci com32 module instead of builtin pci detection code
- [PATCH 1/1] : Adding a new com32 module to handle cpu information