Merge PR 12074

This commit is contained in:
yuzubot
2023-11-28 00:57:20 +00:00
parent c7649a0cdb
commit 2ef3268944
58 changed files with 2389 additions and 143 deletions

View File

@@ -91,7 +91,8 @@ AppLoader::LoadResult AppLoader_KIP::Load(Kernel::KProcess& process,
// Setup the process code layout
if (process
.LoadFromMetadata(FileSys::ProgramMetadata::GetDefault(), program_image.size(), false)
.LoadFromMetadata(FileSys::ProgramMetadata::GetDefault(), program_image.size(), 0,
false)
.IsError()) {
return {ResultStatus::ErrorNotInitialized, {}};
}