diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2011-12-23 23:01:48 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2011-12-27 21:44:27 -0500 |
commit | 72b5e45550e5dc439681cd90a9b6220ac20d0254 (patch) | |
tree | d0c7741429729025b4760b3af084d9e497a60c57 /vgasrc/vgaentry.S | |
parent | f3760375e093aca79b618f2098d20ba0c46181f4 (diff) | |
download | seabios-72b5e45550e5dc439681cd90a9b6220ac20d0254.tar.gz |
vgabios: Place a signature at offset 0x1e of the rom.
It appears some emulators look for a signature at offset 0x1e of the
option rom. So, port the signature from the LGPL bios.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'vgasrc/vgaentry.S')
-rw-r--r-- | vgasrc/vgaentry.S | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vgasrc/vgaentry.S b/vgasrc/vgaentry.S index 2dc07c1d..112857b0 100644 --- a/vgasrc/vgaentry.S +++ b/vgasrc/vgaentry.S @@ -40,6 +40,10 @@ _rom_header_pcidata: #endif _rom_header_pnpdata: .word 0 +_rom_header_other2: + .word 0 +_rom_header_signature: + .asciz "IBM" /**************************************************************** |