fix: load x87 fpu default settings
[lunaix-os.git] / lunaix-os / kernel / proc0.c
index bdc23ced68618e2d89f95096b81c9471f752ae84..e242196f0b969255bbf848b3b723baf2d3ceb599 100644 (file)
@@ -173,6 +173,7 @@ init_platform()
     console_start_flushing();
     console_flush();
 
+    cake_export();
     unlock_reserved_memory();
 
     for (size_t i = 0; i < (uintptr_t)(&__init_hhk_end); i += PG_SIZE) {