From 30bc0c3cb7dfe89e72c03002f2f3c38cd2620327 Mon Sep 17 00:00:00 2001 From: belliash Date: Wed, 26 Oct 2022 20:30:39 +0200 Subject: [PATCH] Install kernel under boot directory --- xtoskrnl/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtoskrnl/CMakeLists.txt b/xtoskrnl/CMakeLists.txt index 11bf37c..331a868 100644 --- a/xtoskrnl/CMakeLists.txt +++ b/xtoskrnl/CMakeLists.txt @@ -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")