mirror of
https://github.com/limine-bootloader/limine
synced 2025-01-21 03:52:04 +03:00
smp: Make RDI pointer higher half aware
This commit is contained in:
parent
1fd47241e1
commit
e1f3d223a7
@ -141,6 +141,7 @@ bits 64
|
||||
parking64:
|
||||
mov ebx, ebx
|
||||
mov edi, dword [rbx + passed_info.smp_info_struct]
|
||||
add rdi, qword [rbx + passed_info.hhdm]
|
||||
mov eax, 1
|
||||
lock xchg dword [rbx + passed_info.booted_flag], eax
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user