Author: tkreuzer
Date: Wed Jun 15 22:36:51 2011
New Revision: 52263
URL:
http://svn.reactos.org/svn/reactos?rev=52263&view=rev
Log:
[FREELDR]
Bring back call to EnableA20 in rbuild builds
Modified:
trunk/reactos/boot/freeldr/freeldr/arch/i386/arch.S
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/arch.S
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/…
==============================================================================
--- trunk/reactos/boot/freeldr/freeldr/arch/i386/arch.S [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/freeldr/arch/i386/arch.S [iso-8859-1] Wed Jun 15 22:36:51
2011
@@ -57,6 +57,8 @@
/* Store the boot partition */
mov byte ptr [_FrldrBootPartition], dh
+
+ call _EnableA20
/* GO! */
push eax