mirror of
https://github.com/86Box/bios-tools.git
synced 2026-02-24 02:18:21 -07:00
Document Award change to bios_extract
This commit is contained in:
@@ -7,6 +7,7 @@ Fork of the [coreboot bios_extract tool](https://github.com/coreboot/bios_extrac
|
||||
* Added some sanity checks
|
||||
* Improved AMI, Award and Phoenix BIOS detection
|
||||
* Improved AMIBIOS extraction
|
||||
* Improved Award extraction on semi-compressed v4.50 BIOSes
|
||||
* Added AMIBIOS WinBIOS (12/15/93), 4 (07/25/94) and 5 (10/10/94) extraction
|
||||
* Added AMIBIOS AFUDOS decompression
|
||||
* Added LH5 extraction bruteforcing for Intel AMI Color fork
|
||||
|
||||
@@ -55,8 +55,8 @@ AwardExtract(unsigned char *BIOSImage, int BIOSLength, int BIOSOffset,
|
||||
BufferSize = p - BIOSImage;
|
||||
if (BufferSize > 0) {
|
||||
filename = "awardboot.rom";
|
||||
printf("0x00000 (%6d bytes) -> %s\n",
|
||||
BufferSize, filename);
|
||||
printf("0x%05X (%6d bytes) -> %s\n",
|
||||
0, BufferSize, filename);
|
||||
|
||||
Buffer = MMapOutputFile(filename, BufferSize);
|
||||
if (!Buffer)
|
||||
|
||||
Reference in New Issue
Block a user