Process: Support parsing of exheader kernel caps
This commit is contained in:
parent
326ec51261
commit
2af30d465f
6 changed files with 77 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue