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/CMake…
==============================================================================
--- 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)