mirror of
https://github.com/reactos/reactos.git
synced 2026-05-23 07:40:09 +08:00
[FREELDR] Bootsector fix for CHS read on old BIOSes which lack INT 3e (#3078)
At line 263 a 'pop es' is missing before 'ret' in ReadCHS() function, just like in the ReadLBA() function. CORE-17178 Co-authored-by: Dmitry Borisov <di.sean@protonmail.com>
This commit is contained in:
committed by
Stanislav Motylkov
parent
a54004893f
commit
a245c98fc6
@@ -260,6 +260,7 @@ ReadSectorsCHSLoop:
|
||||
|
||||
loop ReadSectorsCHSLoop // Read next sector
|
||||
|
||||
pop es
|
||||
ret
|
||||
|
||||
// Displays a disk error message
|
||||
|
||||
Reference in New Issue
Block a user