Install kernel under boot directory
Wszystkie etapy powiodły się
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Rafal Kupiec 2022-10-26 20:30:39 +02:00
rodzic b1c08e4a9f
commit 30bc0c3cb7
Podpisane przez: belliash
ID klucza GPG: 4E829243E0CFE6B4

Wyświetl plik

@ -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")