mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
[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
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user