-
Hello I'm looking to write a UMD driver which redirects some reads to a given patch file, and I'm currently working off of the Inferno2 driver. I get the gist of the block device driver system, but wanted to know if there is a way to retrieve a Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
Thesola10
Mar 31, 2025
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the pointer, looking further through ARK source I found precisely what I was looking for:
https://github.com/PSP-Archive/ARK-4/blob/9d861713baf1c7aae84924b0ef6924896b4d3eb0/core/systemctrl/src/sctrl_hen.c#L53