From 90ee9eb9e986c62d05861cbc9ec2a5efbe0dbee7 Mon Sep 17 00:00:00 2001 From: "Kirill Lipatov (Leency)" Date: Sun, 30 Jan 2022 08:22:32 +0000 Subject: [PATCH] upload fix kerpack.inc by Mario git-svn-id: svn://kolibrios.org@9676 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/other/kpack/trunk/kerpack.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/programs/other/kpack/trunk/kerpack.inc b/programs/other/kpack/trunk/kerpack.inc index eb944c507c..f1597ae185 100644 --- a/programs/other/kpack/trunk/kerpack.inc +++ b/programs/other/kpack/trunk/kerpack.inc @@ -21,22 +21,22 @@ purge mov ; for the correct patch of loader kerpack: call clear_mess_and_displogo - mov ecx,200*1024*3+6A8000h + mov ecx,300*1024*3+6A8000h mcall 68,12 mov [infile],eax mov [infile3],eax - add eax,200*1024 + add eax,300*1024 mov [inbuftmp],eax - add eax,200*1024 + add eax,300*1024 mov [outfile],eax - add eax,200*1024 + add eax,300*1024 mov [workmem],eax mov esi,inname call get_full_name - mov [insize3],200*1024 ; max size of input file + mov [insize3],300*1024 ; max size of input file mcall 70,fn70_read cmp eax,6