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