Initialize FPU and SSE on APs

This commit is contained in:
Jeremy Soller 2016-09-12 20:37:22 -06:00
parent 31fdc8f175
commit 0a2abe0f54

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