From ccaeddfbc03bcd3462979345e443d3fc90080c62 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Wed, 15 Jun 2011 22:36:51 +0000 Subject: [PATCH] [FREELDR] Bring back call to EnableA20 in rbuild builds svn path=/trunk/; revision=52263 --- reactos/boot/freeldr/freeldr/arch/i386/arch.S | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/boot/freeldr/freeldr/arch/i386/arch.S b/reactos/boot/freeldr/freeldr/arch/i386/arch.S index 20f9e800417..dee3b0fbee1 100644 --- a/reactos/boot/freeldr/freeldr/arch/i386/arch.S +++ b/reactos/boot/freeldr/freeldr/arch/i386/arch.S @@ -58,6 +58,8 @@ EXTERN(_RealEntryPoint) /* Store the boot partition */ mov byte ptr [_FrldrBootPartition], dh + call _EnableA20 + /* GO! */ push eax call _BootMain