patch bootloader/main.s: wrong offset for size in-memory of segment
This commit is contained in:
parent
44eea34051
commit
c200d7a4e1
|
|
@ -700,7 +700,7 @@ load_elf:
|
||||||
mov esi, [ebx + 8]
|
mov esi, [ebx + 8]
|
||||||
mov edi, [ebx + 4]
|
mov edi, [ebx + 4]
|
||||||
add edi, [ebp - 8]
|
add edi, [ebp - 8]
|
||||||
mov ecx, [ebx + 24]
|
mov ecx, [ebx + 20]
|
||||||
cmp ecx, 0
|
cmp ecx, 0
|
||||||
je .map_next
|
je .map_next
|
||||||
xor edx, edx
|
xor edx, edx
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue