Move trampoline handling code

This commit is contained in:
2025-09-19 19:32:04 +02:00
parent ae4b95380a
commit 08a9a0273f
6 changed files with 22 additions and 12 deletions

View File

@@ -18,9 +18,6 @@ typedef VOID (XTAPI *PXT_ENTRY_POINT)(IN PKERNEL_INITIALIZATION_BLOCK BootParame
/* XTOS trampoline entry point */
typedef VOID (*PXT_TRAMPOLINE_ENTRY)(UINT64 PageMap);
/* XTOS trampoline end address to calculate trampoline size */
XTCLINK PVOID ArEnableExtendedPhysicalAddressingEnd[];
/* XTOS module for XTLDR */
class Xtos