Displaying 2 results from an estimated 2 matches for "_dmi_".
Did you mean:
_did_
2005 Mar 18
4
PXELinux and serial number
Anyone have an idea if it would be a huge effort to get pxelinux to look
for config files based on serial number (available in DMI on modern
motherboards), much like we currently can use MAC address's.
Lots of our hardware comes with the serial number stuck on the chassis
but not the mac address. We'd like to move to pxelinux and still use the
serial number as the key for figuring which
2006 Aug 11
0
[PATCH] [4/5] SMBIOS -- generate SMBIOS tables
...uot;, 4);
+ ep->length = 0x1f;
+ ep->smbios_major_version = 2;
+ ep->smbios_minor_version = 4;
+ ep->max_structure_size = max_structure_size;
+ ep->entry_point_revision = 0;
+ memset(ep->formatted_area, 0, 5);
+ strncpy(ep->intermediate_anchor_string, "_DMI_", 5);
+
+ ep->structure_table_length = structure_table_length;
+ ep->structure_table_address = structure_table_address;
+ ep->number_of_structures = number_of_structures;
+ ep->smbios_bcd_revision = 0x24;
+
+ ep->checksum = 0;
+ ep->intermediate_checksum...