[ros-diffs] [akhaldi] 52230: [CMAKE] * Set a correct image base for freeldr_pe and setupldr_pe. Both now compile and link with MSVC.

akhaldi at svn.reactos.org akhaldi at svn.reactos.org
Tue Jun 14 15:41:23 UTC 2011


Author: akhaldi
Date: Tue Jun 14 15:41:22 2011
New Revision: 52230

URL: http://svn.reactos.org/svn/reactos?rev=52230&view=rev
Log:
[CMAKE]
* Set a correct image base for freeldr_pe and setupldr_pe. Both now compile and link with MSVC.

Modified:
    trunk/reactos/boot/freeldr/freeldr/CMakeLists.txt

Modified: trunk/reactos/boot/freeldr/freeldr/CMakeLists.txt
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/CMakeLists.txt?rev=52230&r1=52229&r2=52230&view=diff
==============================================================================
--- trunk/reactos/boot/freeldr/freeldr/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/freeldr/CMakeLists.txt [iso-8859-1] Tue Jun 14 15:41:22 2011
@@ -188,7 +188,7 @@
 endif()
 
 set_subsystem(freeldr_pe native)
-set_image_base(freeldr_pe 0x9000)
+set_image_base(freeldr_pe 0x10000)
 set_entrypoint(freeldr_pe RealEntryPoint)
 
 if(ARCH MATCHES i386)
@@ -242,7 +242,7 @@
 endif()
 
 set_subsystem(setupldr_pe native)
-set_image_base(setupldr_pe 0x9000)
+set_image_base(setupldr_pe 0x10000)
 set_entrypoint(setupldr_pe RealEntryPoint)
 
 if(ARCH MATCHES i386)




More information about the Ros-diffs mailing list