mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[NTOS]
* Set the base address to 0x00800000 only in gdb mode, otherwise use the correct one. svn path=/trunk/; revision=64667
This commit is contained in:
@@ -30,7 +30,11 @@ set_subsystem(ntoskrnl native)
|
||||
if(MSVC)
|
||||
set_image_base(ntoskrnl 0x00400000)
|
||||
else()
|
||||
set_image_base(ntoskrnl 0x00800000)
|
||||
if(GDB)
|
||||
set_image_base(ntoskrnl 0x00800000)
|
||||
else()
|
||||
set_image_base(ntoskrnl 0x80800000)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
target_link_libraries(ntoskrnl
|
||||
|
||||
Reference in New Issue
Block a user