diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2024-10-27 07:17:20 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2024-10-27 07:17:20 +0100 |
| commit | 64cc56e21e3848b74816c6a12b9784105ac23bb4 (patch) | |
| tree | 3cadea4a8351fcd73509443e4e2c9c9bcc0fe17e /dev/zka/src | |
| parent | d2682692ba4b5261335f8fe61c91d34b19fc6e6c (diff) | |
{META, IMP} Ran format command and updated PEF header to accept ARM processors and use Dylib instead of SharedObject in names.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/zka/src')
| -rw-r--r-- | dev/zka/src/PEFCodeMgr.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/zka/src/PEFCodeMgr.cc b/dev/zka/src/PEFCodeMgr.cc index 7065cdda..21c9dc46 100644 --- a/dev/zka/src/PEFCodeMgr.cc +++ b/dev/zka/src/PEFCodeMgr.cc @@ -223,7 +223,7 @@ namespace Kernel if (!proc.StackSize) { const auto cDefaultStackSizeMib = 8; - proc.StackSize = mib_cast(cDefaultStackSizeMib); + proc.StackSize = mib_cast(cDefaultStackSizeMib); } return UserProcessScheduler::The().Add(proc); |
