All Projects → dell → Libsmbios

dell / Libsmbios

Licence: other
library for interacting with Dell SMBIOS tables

Programming Languages

c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to Libsmbios

ASRock-Z390-Phantom-ITX-OpenCore-Hackintosh-Monterey
Asrock Z390 phantom gaming itx ac Hackintosh OpenCore EFI 华擎 Z390 幻影电竞 itx 黑苹果 OC EFI 🍎 🎮 Monterey
Stars: ✭ 25 (-76.19%)
Mutual labels:  bios
Nuc8i5beh
Hackintosh NUC8I5BEH - 黑苹果 - OpenCore & Clover - Big Sur
Stars: ✭ 289 (+175.24%)
Mutual labels:  bios
Linuxboot
The LinuxBoot project is working to enable Linux to replace your firmware on all platforms.
Stars: ✭ 554 (+427.62%)
Mutual labels:  bios
HUANANZHI-X99-F8
CX99DE25 BIOS for HUANANZHI X99-F8 GAMING Motherboard 07/25/2020
Stars: ✭ 43 (-59.05%)
Mutual labels:  bios
mmga
Script for flashing coreboot on MacBooks without using external SPI programmer
Stars: ✭ 17 (-83.81%)
Mutual labels:  bios
Krabs
An x86 bootloader written in Rust.
Stars: ✭ 413 (+293.33%)
Mutual labels:  bios
UEFI MULTI
UEFI_MULTI - Make Multi-Boot USB-Drive
Stars: ✭ 33 (-68.57%)
Mutual labels:  bios
Vbiosfinder
Extract embedded VBIOS from (almost) any BIOS Update
Stars: ✭ 64 (-39.05%)
Mutual labels:  bios
Limine
x86/x86_64 BIOS Bootloader
Stars: ✭ 288 (+174.29%)
Mutual labels:  bios
Pwgen For Bios
Password generator for BIOS
Stars: ✭ 490 (+366.67%)
Mutual labels:  bios
bootcode parser
A boot record parser that identifies known good signatures for MBR, VBR and IPL.
Stars: ✭ 91 (-13.33%)
Mutual labels:  bios
Radical-OS
Radical kernel source tree
Stars: ✭ 45 (-57.14%)
Mutual labels:  bios
Romfont
VGA and BIOS rom font extraction
Stars: ✭ 443 (+321.9%)
Mutual labels:  bios
Hackintosh-MSI-B460M-MORTAR-WIFI-i5-10500-iGPU-UHD630
微星B460M迫击炮wifi版主板黑苹果引导文件 MSI-B460M-MORTAR-wifi+i5-10500+iGPU-UHD630
Stars: ✭ 67 (-36.19%)
Mutual labels:  bios
Papers
My presentations and papers
Stars: ✭ 40 (-61.9%)
Mutual labels:  bios
Jared-PC
Core i9-9900k + Z390 Asrock Phantom Gaming ITX-AC OpenCore EFI 👨🏽‍💻🍎
Stars: ✭ 73 (-30.48%)
Mutual labels:  bios
Skulls
pre-built coreboot images and documentation on how to flash them for the Thinkpad X230
Stars: ✭ 318 (+202.86%)
Mutual labels:  bios
Retropiebios
BIOS collection for RetroPie
Stars: ✭ 65 (-38.1%)
Mutual labels:  bios
Pc Optimization Hub
collection of various resources devoted to performance and input lag optimization
Stars: ✭ 55 (-47.62%)
Mutual labels:  bios
Cosmopolitan
build-once run-anywhere c library
Stars: ✭ 6,324 (+5922.86%)
Mutual labels:  bios

libsmbios

Build Status Coverity Scan Build Status libsmbios provides a library to interface with the SMBIOS tables. It also provides extensions for proprietary methods of interfacing with Dell specific SMBIOS tables.

Dependencies

To build a libsmbios tarball, you will need the following dependencies, in whichever -devel package convention in use by your distribution:

  1. libxml
  2. autoconf
  3. automake
  4. gettext
  5. libtool

Building

To build from a git checkout:

  $ ./autogen.sh     # autogen.sh internally runs configure automatically
  $ make

To Install

Standard autotools package:

$ make install

Documentation is in doxygen format. To view the docs, run make doxygen, then look in the out/libsmbios_c/html/index.html. Docs are also built as part of make all.

Distribution packages

Packages can be generated for RPM based distributions by using the helper script

# pkg/mk-rel-rpm.sh

Packages can be generated for DEB based distributions by using the helper script

# pkg/mk-rel-deb.sh

License

This software is dual-licensed under GPL/OSL.

See GPL License and OSL License for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].