kern: pass kernel base from KernelLdr to Kernel

This commit is contained in:
Michael Scire
2024-03-28 00:24:45 -07:00
parent b12e89d0a9
commit c331216f99
5 changed files with 8 additions and 6 deletions

View File

@@ -32,6 +32,7 @@ namespace ams::kern {
struct InitialProcessBinaryLayout {
uintptr_t address;
uintptr_t _08;
uintptr_t kern_address;
};
struct InitialProcessBinaryLayoutWithSize {