[PR #312] [MERGED] Add sceKernelGetDirectMemoryType, update sceKernelReserveVirtualRange #1474

Closed
opened 2026-02-27 21:12:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/312
Author: @Borchev
Created: 7/21/2024
Status: Merged
Merged: 7/21/2024
Merged by: @georgemoralis

Base: mainHead: main


📝 Commits (2)

  • f556f85 Add sceKernelGetDirectMemoryType and update sceKernelReserveVirtualRange to search for free region when virtual_addr==0
  • 5419212 Fix formatting

📊 Changes

5 files changed (+53 additions, -2 deletions)

View changed files

📝 src/core/libraries/kernel/libkernel.cpp (+1 -0)
📝 src/core/libraries/kernel/memory_management.cpp (+9 -0)
📝 src/core/libraries/kernel/memory_management.h (+3 -0)
📝 src/core/memory.cpp (+37 -2)
📝 src/core/memory.h (+3 -0)

📄 Description

With these changes, P.T. appears to make more progress in terms of booting


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/312 **Author:** [@Borchev](https://github.com/Borchev) **Created:** 7/21/2024 **Status:** ✅ Merged **Merged:** 7/21/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`f556f85`](https://github.com/shadps4-emu/shadPS4/commit/f556f85279e948133ed46103d6b183f1d6c7009c) Add sceKernelGetDirectMemoryType and update sceKernelReserveVirtualRange to search for free region when virtual_addr==0 - [`5419212`](https://github.com/shadps4-emu/shadPS4/commit/54192120883e68fa7ec76d2de9588195b81f5d63) Fix formatting ### 📊 Changes **5 files changed** (+53 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/kernel/libkernel.cpp` (+1 -0) 📝 `src/core/libraries/kernel/memory_management.cpp` (+9 -0) 📝 `src/core/libraries/kernel/memory_management.h` (+3 -0) 📝 `src/core/memory.cpp` (+37 -2) 📝 `src/core/memory.h` (+3 -0) </details> ### 📄 Description With these changes, P.T. appears to make more progress in terms of booting --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:12:43 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#1474
No description provided.