[core] Add additional kernel functionality #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "update-core-functionality"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds support for InfoType::SystemResourceSize (0x1C) which is required for
proper initialization of the Virtual Address Memory Manager (VAMM). This
implementation:
The 512MB value is chosen based on typical system resource allocations
needed for VAMM initialization on the Nintendo Switch.
This fixes crashes in games that rely on VAMM functionality, particularly
during nn::os::detail::VammManager::InitializeIfEnabled().
This improves system call reliability by properly implementing process ID
range checks and adding safer process exit handling with proper error logging.
Signed-off-by: default avatarZephyron zephyron@citron-emu.org