file: recognize bootable disk images (by 0x55AA boot sector signature)
This commit is contained in:
parent
76e5cda11a
commit
4a6ab355c1
1 changed files with 1 additions and 0 deletions
|
@ -674,6 +674,7 @@ Fileoffmag longofftab[] = {
|
|||
128*1024, 0x89ae7637, 0xFFFFFFFF, "fossil write buffer", OCTET,
|
||||
4, 0x31647542, 0xFFFFFFFF, "OS X finder properties", OCTET,
|
||||
0x100, 0x41474553, 0xFFFFFFFF, "SEGA ROM", OCTET,
|
||||
0x1fc, 0xAA550000, 0xFFFF0000, "bootable disk image", OCTET,
|
||||
};
|
||||
|
||||
int
|
||||
|
|
Loading…
Reference in a new issue