Install kernel under boot directory
ci/woodpecker/push/build Pipeline was successful Details

This commit is contained in:
Rafal Kupiec 2022-10-26 20:30:39 +02:00
parent b1c08e4a9f
commit 30bc0c3cb7
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ add_executable(xtoskrnl
target_link_libraries(xtoskrnl)
# Set instal target
set_install_target(xtoskrnl "exectos/system")
set_install_target(xtoskrnl "exectos/boot")
# Set kernel entrypoint, imagebase address, ordinals and subsystem
set_entrypoint(xtoskrnl "KeStartXtSystem")