Set kernel subsystem to XT_NATIVE_KERNEL
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Rafal Kupiec 2023-01-06 19:25:21 +01:00
parent 3f54c9b37e
commit 3caca6e1bf
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -38,4 +38,4 @@ set_install_target(xtoskrnl "exectos/boot")
set_entrypoint(xtoskrnl "KeStartXtSystem")
set_imagebase(xtoskrnl ${BASEADDRESS_XTOSKRNL})
set_ordinals(xtoskrnl TRUE)
set_subsystem(xtoskrnl native)
set_subsystem(xtoskrnl native xt_native_kernel)