From 6f95c0b5815a4bd3362c1e8fe2241df25318d6fa Mon Sep 17 00:00:00 2001 From: Amlal Date: Mon, 20 Jan 2025 12:17:47 +0100 Subject: ADD: Working on a fix for the last problem on NeFS. Signed-off-by: Amlal --- dev/Boot/src/BootThread.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/Boot') 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 { -- cgit v1.2.3