You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
fd390e5732
For non UEFI boot, it is required to put an SMBIOS entry in legacy F segment at 16-byte aligned boundary so that OS can locate the SMBIOS by searching the region. This patch added this logic to add SMBIOS entry at fixed location 0xFFF60. ACPI table has the similar legacy root pointer at fixed location 0xFFF80. Signed-off-by: Maurice Ma <maurice.ma@intel.com>