mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
Initialize FPU and SSE on APs
This commit is contained in:
parent
31fdc8f175
commit
0a2abe0f54
@ -19,6 +19,9 @@ startup_ap:
|
||||
; initialize stack
|
||||
mov sp, 0x7C00
|
||||
|
||||
call initialize.fpu
|
||||
call initialize.sse
|
||||
|
||||
;cr3 holds pointer to PML4
|
||||
mov edi, 0x70000
|
||||
mov cr3, edi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user