mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00: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 <[email protected]>
This commit is contained in:
co-authored by
Dmitry Borisov
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