mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +00:00
[orbis-kernel] Debugging
This commit is contained in:
parent
4029711c2d
commit
ed7580b322
3 changed files with 13 additions and 7 deletions
|
|
@ -15,7 +15,9 @@ KernelContext &g_context = *[]() -> KernelContext * {
|
|||
return new (ptr) KernelContext;
|
||||
}();
|
||||
|
||||
KernelContext::KernelContext() {}
|
||||
KernelContext::KernelContext() {
|
||||
std::printf("orbis::KernelContext initialized, addr=%p", this);
|
||||
}
|
||||
KernelContext::~KernelContext() {}
|
||||
|
||||
Process *KernelContext::createProcess(pid_t pid) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue