Lifecycle management of threads #29

マージ済み
harraiken が 240 個のコミットを threads から master へマージ 2026-09-07 13:45:09 +02:00
コミット f6f37494cd の変更だけを表示しています - すべてのコミットを表示

ファイルの表示

@@ -467,9 +467,11 @@ ApEnterLongMode:
/* Save the pointer to PROCESSOR_START_BLOCK */
movq %rdi, %rcx
pushq %rdi
/* Call the EntryPoint routine */
/* Allocate 32 bytes of shadow space */
subq $32, %rsp
/* Fetch the EntryPoint address and call the routine */
movq PROCESSOR_START_BLOCK_EntryPoint(%rdi), %rax
call *%rax