kernel: use GetCurrentProcess

This commit is contained in:
Liam
2023-02-13 10:44:41 -05:00
parent 770a49616d
commit 4363ca304a
34 changed files with 147 additions and 128 deletions

View File

@ -33,6 +33,7 @@ void KSession::Initialize(KClientPort* port_, const std::string& name_) {
name = name_;
// Set our owner process.
//! FIXME: this is the wrong process!
process = kernel.CurrentProcess();
process->Open();