mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:52:57 +00:00
[FREELDR]
Bring back call to EnableA20 in rbuild builds svn path=/trunk/; revision=52263
This commit is contained in:
parent
d5cc619dcd
commit
ccaeddfbc0
1 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,8 @@ EXTERN(_RealEntryPoint)
|
||||||
/* Store the boot partition */
|
/* Store the boot partition */
|
||||||
mov byte ptr [_FrldrBootPartition], dh
|
mov byte ptr [_FrldrBootPartition], dh
|
||||||
|
|
||||||
|
call _EnableA20
|
||||||
|
|
||||||
/* GO! */
|
/* GO! */
|
||||||
push eax
|
push eax
|
||||||
call _BootMain
|
call _BootMain
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue