mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:45:41 +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 */
|
||||
mov byte ptr [_FrldrBootPartition], dh
|
||||
|
||||
call _EnableA20
|
||||
|
||||
/* GO! */
|
||||
push eax
|
||||
call _BootMain
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue