Enable linker map for xtoskrnl
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 27s
Builds / ExectOS (i686) (push) Successful in 26s

This commit is contained in:
Rafal Kupiec 2024-01-31 16:09:35 +01:00
parent 8e61503de1
commit f0204bf448
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -70,5 +70,6 @@ set_install_target(xtoskrnl "exectos/boot")
# Set kernel entrypoint, imagebase address, ordinals and subsystem
set_entrypoint(xtoskrnl "KeStartXtSystem")
set_imagebase(xtoskrnl ${BASEADDRESS_XTOSKRNL})
set_linker_map(xtoskrnl TRUE)
set_ordinals(xtoskrnl TRUE)
set_subsystem(xtoskrnl native xt_native_kernel)