Set the base address to a high address, so that BaseVDM can allocate 16 MB at address 0.


svn path=/branches/ntvdm/; revision=62453
This commit is contained in:
Aleksandar Andrejevic 2014-03-08 01:40:08 +00:00
parent c59cd18e04
commit 4c68eccd0a

View file

@ -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)