mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-03 14:23:04 +00:00
Process: Support parsing of exheader kernel caps
This commit is contained in:
@@ -14,10 +14,11 @@
|
||||
namespace Kernel {
|
||||
|
||||
struct StaticAddressMapping {
|
||||
// Address and size must be 4K-aligned
|
||||
// Address and size must be page-aligned
|
||||
VAddr address;
|
||||
u32 size;
|
||||
bool writable;
|
||||
bool unk_flag;
|
||||
};
|
||||
|
||||
enum class MemoryRegion {
|
||||
|
||||
Reference in New Issue
Block a user