mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 00:29:15 +00:00
Kernel: Initialize the CPU to allow SSE on startup.
I still need to add support for SSE to the context switching code, but now at least one process can use it.
This commit is contained in:
parent
5808322556
commit
750d79dcaf
Notes:
sideshowbarker
2024-07-19 14:55:42 +09:00
Author: https://github.com/awesomekling
Commit: 750d79dcaf
3 changed files with 16 additions and 0 deletions
|
@ -140,6 +140,8 @@ VFS* vfs;
|
|||
{
|
||||
cli();
|
||||
|
||||
sse_init();
|
||||
|
||||
kmalloc_init();
|
||||
init_ksyms();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue