diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2010-01-01 12:53:32 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2010-01-01 13:05:23 -0500 |
commit | c9d3c2d1c451bcfdf157b6447b6c1008f27a1e34 (patch) | |
tree | 78bed87025dc568107ce754324f229ac14739c18 /vgasrc/vgaentry.S | |
parent | 9a8609f862b89efbb52106a94ad51f55bb67e05a (diff) | |
download | seabios-c9d3c2d1c451bcfdf157b6447b6c1008f27a1e34.tar.gz |
Minor vga binary cleanups.
Diffstat (limited to 'vgasrc/vgaentry.S')
-rw-r--r-- | vgasrc/vgaentry.S | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vgasrc/vgaentry.S b/vgasrc/vgaentry.S index 7802bdb5..b99cf6f3 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 /**************************************************************** |