Initialize FPU and SSE on APs

This commit is contained in:
Jeremy Soller
2016-09-12 20:37:22 -06:00
parent 3cb97b8a42
commit 1814e62a3f
+3
View File
@@ -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