mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-24 03:36:52 -04:00
kern: pass kernel base from KernelLdr to Kernel
This commit is contained in:
parent
cf5895e04f
commit
7562f807fd
5 changed files with 8 additions and 6 deletions
|
@ -32,6 +32,7 @@ namespace ams::kern {
|
|||
struct InitialProcessBinaryLayout {
|
||||
uintptr_t address;
|
||||
uintptr_t _08;
|
||||
uintptr_t kern_address;
|
||||
};
|
||||
|
||||
struct InitialProcessBinaryLayoutWithSize {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue