From 76a0229615410e32cff6ddad0b1b65fb81d748da Mon Sep 17 00:00:00 2001 From: ReactOS Portable Systems Group Date: Tue, 12 Feb 2008 05:07:08 +0000 Subject: [PATCH] fixed math svn path=/trunk/; revision=32312 --- reactos/boot/freeldr/freeldr/arch/arm/loader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/boot/freeldr/freeldr/arch/arm/loader.c b/reactos/boot/freeldr/freeldr/arch/arm/loader.c index 75106d5171a..d065290f9a7 100644 --- a/reactos/boot/freeldr/freeldr/arch/arm/loader.c +++ b/reactos/boot/freeldr/freeldr/arch/arm/loader.c @@ -72,7 +72,7 @@ ArmSetupPageDirectory(VOID) Pte.L1.Section.Ignored = Pte.L1.Section.Ignored1 = 0; // - // Map KSEG0 (0x80000000 - 0xA0000000) to 0x00000000 - 0x80000000 + // Map KSEG0 (0x80000000 - 0xA0000000) to 0x00000000 - 0x20000000 // In this way, the KERNEL_PHYS_ADDR (0x800000) becomes 0x80800000 // which is the entrypoint, just like on x86. //