stage0: fix assembler warning

This is hopefully the last edit to stage0
for a while.
main
anna 12 months ago
parent fb36d1f949
commit bfc2b5cb7c
Signed by: fef
GPG Key ID: 2585C2DC6D79B485

@ -389,7 +389,7 @@ LOCAL start2
*/
xor %si, %si
cmp $0xacab, %fs:(%si) /* offset 0x00: magic number */
cmpw $0xacab, %fs:(%si) /* offset 0x00: magic number */
jne err_bad_stage1_magic
mov %fs:0x02(%si), %cx /* offset 0x02: byte count for CRC */
xor %eax, %eax

Loading…
Cancel
Save