early-access version 3091

This commit is contained in:
pineappleEA
2022-11-06 00:51:43 +01:00
parent 6130aef64d
commit 07b6ec3c7e
6 changed files with 57 additions and 26 deletions

View File

@@ -240,7 +240,7 @@ public:
void RegisterCoreThread(std::size_t core_id);
/// Register the current thread as a non CPU core thread.
void RegisterHostThread();
void RegisterHostThread(KThread* existing_thread = nullptr);
/// Gets the virtual memory manager for the kernel.
KMemoryManager& MemoryManager();