Kernel: Add bareboness fork() function

This commit is contained in:
2023-05-28 18:08:49 +03:00
parent 3e93dae53c
commit f2d767b799
14 changed files with 125 additions and 44 deletions
-1
View File
@@ -19,7 +19,6 @@ namespace Kernel
extern "C" [[noreturn]] void start_thread(uintptr_t rsp, uintptr_t rip);
extern "C" [[noreturn]] void continue_thread(uintptr_t rsp, uintptr_t rip);
extern "C" uintptr_t read_rip();
static Scheduler* s_instance = nullptr;