core: better memory configuration (#1896)

This commit is contained in:
polybiusproxy 2024-12-28 12:03:00 +01:00 committed by GitHub
parent 55f78a0b94
commit 817a62468e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 55 additions and 32 deletions

View file

@ -22,8 +22,9 @@ struct OrbisKernelMemParam {
u8* extended_memory_1;
u64* extended_gpu_page_table;
u8* extended_memory_2;
u64* exnteded_cpu_page_table;
u64* extended_cpu_page_table;
};
static_assert(sizeof(OrbisKernelMemParam) == 0x38);
struct OrbisProcParam {
u64 size;