From 4c68eccd0a612193bcbdcb2f9c8fc88313fede95 Mon Sep 17 00:00:00 2001 From: Aleksandar Andrejevic Date: Sat, 8 Mar 2014 01:40:08 +0000 Subject: [PATCH] [NTVDM] Set the base address to a high address, so that BaseVDM can allocate 16 MB at address 0. svn path=/branches/ntvdm/; revision=62453 --- subsystems/ntvdm/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/subsystems/ntvdm/CMakeLists.txt b/subsystems/ntvdm/CMakeLists.txt index 9696033973b..fed3b0b81a2 100644 --- a/subsystems/ntvdm/CMakeLists.txt +++ b/subsystems/ntvdm/CMakeLists.txt @@ -39,3 +39,4 @@ set_module_type(ntvdm win32cui UNICODE) target_link_libraries(ntvdm fast486) add_importlibs(ntvdm user32 gdi32 advapi32 msvcrt kernel32 ntdll) add_cd_file(TARGET ntvdm DESTINATION reactos/system32 FOR all) +set_image_base(ntvdm 0x0F000000)