[FREELDR]

Bring back call to EnableA20 in rbuild builds

svn path=/trunk/; revision=52263
This commit is contained in:
Timo Kreuzer 2011-06-15 22:36:51 +00:00
parent d5cc619dcd
commit ccaeddfbc0

View file

@ -58,6 +58,8 @@ EXTERN(_RealEntryPoint)
/* Store the boot partition */
mov byte ptr [_FrldrBootPartition], dh
call _EnableA20
/* GO! */
push eax
call _BootMain