diff options
Diffstat (limited to 'src/arch/i386/prefix/mromprefix.S')
-rw-r--r-- | src/arch/i386/prefix/mromprefix.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/i386/prefix/mromprefix.S b/src/arch/i386/prefix/mromprefix.S index f1d31ee7..b636b92a 100644 --- a/src/arch/i386/prefix/mromprefix.S +++ b/src/arch/i386/prefix/mromprefix.S @@ -467,6 +467,7 @@ pci_set_mem_access: .org 0x00 mromheader: .word 0xaa55 /* BIOS extension signature */ + .byte 0x01 /* Dummy size (BIOS bug workaround) */ .org 0x18 .word mpciheader .org 0x1a |