;
; We have EDD support...
;
- mov byte [getlinsec+1],getlinsec_ebios-(getlinsec+2)
+ mov byte [getlinsec.jmp+1],getlinsec_ebios-(getlinsec.jmp+2)
.noedd:
;
;
getlinsec:
add eax,[bsHidden] ; Add partition offset
- jmp strict short getlinsec_cbios ; This is patched
+.jmp: jmp strict short getlinsec_cbios ; This is patched
;
; getlinsec_ebios:
add edx,eax
mov [EndSector],edx
- add eax,[bxResSectors]
+ mov eax,[bxResSectors]
mov [FAT],eax ; Beginning of FAT
mov edx,[bxFATsecs]
and dx,dx