From 8937c495008e9907fa9425b45c73f69ee47d9211 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Sun, 15 May 2022 14:37:17 -0300 Subject: [PATCH] bios_extract: Improve AMI 121593 signature --- bios_extract/src/bios_extract.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bios_extract/src/bios_extract.c b/bios_extract/src/bios_extract.c index b1bc697..e3f4d2b 100644 --- a/bios_extract/src/bios_extract.c +++ b/bios_extract/src/bios_extract.c @@ -179,7 +179,6 @@ static struct { uint32_t Offset1, uint32_t Offset2); } BIOSIdentification[] = { { - "AMIBIOS (C)1993 American Megatrends Inc.,", "AMIBIOSC", AMI940725Extract}, { "AMIBIOS W 04 ", "AMIBIOSC", AMI940725Extract}, { "AMIBIOS W 05 ", "AMIBIOSC", AMI941010Extract}, { "AMIBIOS W 05 ", "OSC10/10/94", AMI941010Extract}, { /* NexGen */ @@ -191,6 +190,7 @@ static struct { "AMIBIOSC07", NULL, AMI95Extract}, { "AMIBIOSC08", NULL, AMI95Extract}, { "AMIBIOSC09", NULL, AMI95Extract}, { /* Hyper-V legacy BIOS */ + "(AAMMIIBBIIOOSS)", "AMIBIOSC", AMI940725Extract}, { /* 12/15/93 */ "AMI Flash Utility for DOS Command mode.", "@ROM", AFUDOSExtract}, { "= Award Decompression Bios =", NULL, AwardExtract}, { "awardext.rom", NULL, AwardExtract}, {