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

@ -10,6 +10,8 @@ namespace Memory {
////////////////////////////////////////////////////////////////////////////////////////////////////
const u32 PAGE_SIZE = 0x1000;
enum : u32 {
BOOTROM_SIZE = 0x00010000, ///< Bootrom (super secret code/data @ 0x8000) size
BOOTROM_PADDR = 0x00000000, ///< Bootrom physical address