diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2025-01-20 12:17:47 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2025-01-20 12:17:47 +0100 |
| commit | 6f95c0b5815a4bd3362c1e8fe2241df25318d6fa (patch) | |
| tree | c33ed712cdb9f72d7bb3c9294d9f9e07b456edad /dev/Boot | |
| parent | bee34b67fdc357cc8d504d4864bd9faf94b6b374 (diff) | |
ADD: Working on a fix for the last problem on NeFS.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Boot')
| -rw-r--r-- | dev/Boot/src/BootThread.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/Boot/src/BootThread.cc b/dev/Boot/src/BootThread.cc index 01ff3588..b8ac7806 100644 --- a/dev/Boot/src/BootThread.cc +++ b/dev/Boot/src/BootThread.cc @@ -163,7 +163,7 @@ namespace Boot writer.Write("BootZ: Invalid Executable.\r"); } - fStack = new UInt8[mib_cast(8)]; + fStack = new UInt8[mib_cast(16)]; } /// @note handover header has to be valid! @@ -185,7 +185,7 @@ namespace Boot if (own_stack) { - rt_jump_to_address(fStartAddress, fHandover, &fStack[mib_cast(8) - 1]); + rt_jump_to_address(fStartAddress, fHandover, &fStack[mib_cast(16) - 1]); } else { |
