dell / libsmbios

library for interacting with Dell SMBIOS tables
Other
192 stars 39 forks source link

build libsmbios with ARM64 #140

Open arathijinde opened 1 year ago

arathijinde commented 1 year ago

hi ,

  1. how to buils lbsmbios libraries with ARM64 configuration
  2. how to test if the libraries are working fine after build with ARM64, is there a way to confirm by testing
libing0526 commented 1 year ago

It seems that the arm64 architecture is not supported because it is read through/dev/mem, and using/dev/mem under arm64 poses significant risks