[ros-diffs] [ros-arm-bringup] 32312: fixed math

ros-arm-bringup at svn.reactos.org ros-arm-bringup at svn.reactos.org
Tue Feb 12 06:07:09 CET 2008


Author: ros-arm-bringup
Date: Tue Feb 12 08:07:08 2008
New Revision: 32312

URL: http://svn.reactos.org/svn/reactos?rev=32312&view=rev
Log:
fixed math

Modified:
    trunk/reactos/boot/freeldr/freeldr/arch/arm/loader.c

Modified: trunk/reactos/boot/freeldr/freeldr/arch/arm/loader.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/arm/loader.c?rev=32312&r1=32311&r2=32312&view=diff
==============================================================================
--- trunk/reactos/boot/freeldr/freeldr/arch/arm/loader.c (original)
+++ trunk/reactos/boot/freeldr/freeldr/arch/arm/loader.c Tue Feb 12 08:07:08 2008
@@ -72,7 +72,7 @@
     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.
     //




More information about the Ros-diffs mailing list