Skip to content
Snippets Groups Projects
Commit 1814e62a authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Initialize FPU and SSE on APs

parent 3cb97b8a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment