mirror of
https://github.com/xcat2/xNBA.git
synced 2025-01-20 14:33:15 +00:00
[smbios] Print SMBIOS version number in debugging messages
This commit is contained in:
parent
320b072c7a
commit
0c7618771e
@ -136,8 +136,8 @@ static int find_smbios ( void ) {
|
||||
}
|
||||
|
||||
/* Fill result structure */
|
||||
DBG ( "Found SMBIOS entry point at %04x:%04x\n",
|
||||
BIOS_SEG, offset );
|
||||
DBG ( "Found SMBIOS v%d.%d entry point at %04x:%04x\n",
|
||||
u.entry.major, u.entry.minor, BIOS_SEG, offset );
|
||||
smbios.address = phys_to_user ( u.entry.smbios_address );
|
||||
smbios.len = u.entry.smbios_len;
|
||||
smbios.count = u.entry.smbios_count;
|
||||
|
Loading…
x
Reference in New Issue
Block a user