--- qemu/roms/seabios/vgasrc/vgaentry.S 2018/04/24 17:36:46 1.1.1.1 +++ qemu/roms/seabios/vgasrc/vgaentry.S 2018/04/24 18:58:31 1.1.1.3 @@ -10,7 +10,7 @@ ****************************************************************/ .code16gcc -.include "out/vgaccode.16.s" +#include "vgaccode.16.s" #include "entryfuncs.S" // ENTRY_* @@ -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 /****************************************************************