summaryrefslogtreecommitdiff
path: root/vgasrc/vgaentry.S
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2010-01-01 12:53:32 -0500
committerKevin O'Connor <kevin@koconnor.net>2010-01-01 13:05:23 -0500
commitc9d3c2d1c451bcfdf157b6447b6c1008f27a1e34 (patch)
tree78bed87025dc568107ce754324f229ac14739c18 /vgasrc/vgaentry.S
parent9a8609f862b89efbb52106a94ad51f55bb67e05a (diff)
downloadqemu-seabios-c9d3c2d1c451bcfdf157b6447b6c1008f27a1e34.tar.gz
Minor vga binary cleanups.
Diffstat (limited to 'vgasrc/vgaentry.S')
-rw-r--r--vgasrc/vgaentry.S4
1 files changed, 3 insertions, 1 deletions
diff --git a/vgasrc/vgaentry.S b/vgasrc/vgaentry.S
index 7802bdb..b99cf6f 100644
--- a/vgasrc/vgaentry.S
+++ b/vgasrc/vgaentry.S
@@ -28,7 +28,9 @@ _rom_header_size:
_rom_header_entry:
jmp _optionrom_entry
_rom_header_checksum:
- .space 22
+ .byte 0
+_rom_header_other:
+ .space 21
/****************************************************************