mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-05 07:41:01 +00:00
Kernel: Implement lazy FPU state restore.
This commit is contained in:
parent
2279f5eaa6
commit
dfdca9d2a7
Notes:
sideshowbarker
2024-07-19 15:57:02 +09:00
Author: https://github.com/awesomekling
Commit: dfdca9d2a7
8 changed files with 50 additions and 9 deletions
|
@ -138,10 +138,6 @@ void init()
|
|||
gdt_init();
|
||||
idt_init();
|
||||
|
||||
#ifndef NO_FPU
|
||||
asm volatile("fninit");
|
||||
#endif
|
||||
|
||||
VFS::initialize_globals();
|
||||
vfs = new VFS;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue