Process: Support parsing of exheader kernel caps

This commit is contained in:
Yuri Kunde Schlesner 2015-05-08 16:51:48 -03:00
parent 326ec51261
commit 2af30d465f
6 changed files with 77 additions and 4 deletions

View file

@ -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 {