[ros-diffs] [tkreuzer] 52263: [FREELDR] Bring back call to EnableA20 in rbuild builds

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Wed Jun 15 22:36:52 UTC 2011


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/i386/arch.S?rev=52263&r1=52262&r2=52263&view=diff
==============================================================================
--- 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




More information about the Ros-diffs mailing list