Skip to content

Commit fa674ea

Browse files
committed
increase size of heap from 6KB to 8KB
(size based on discussions on FreeDOS mailing list, TODO validate actual size used and see if can be semi-automated to ensure adjusted up or down as actually required)
1 parent d180798 commit fa674ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.bat

+3-3
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,10 @@ if errorlevel 1 goto ende
180180
cd ..
181181

182182
echo.
183-
echo Patching heap size to 6KB
183+
echo Patching heap size to 8KB
184184
echo.
185-
utils\ptchsize.exe command.com +6KB
186-
utils\ptchsize.exe %CMD_NAME% +6KB
185+
utils\ptchsize.exe command.com +8KB
186+
utils\ptchsize.exe %CMD_NAME% +8KB
187187

188188
if %WITH_UPX%x == x goto alldone
189189
if exist command.upx del command.upx >nul

0 commit comments

Comments
 (0)