Re: [Freedos-user] UPXed DISPLAY memory requirements

2006-09-09 Thread Arkady V.Belousov
Hi!

9-Сен-2006 22:39 [EMAIL PROTECTED] (Aitor Santamarэa) wrote to
freedos-user@lists.sourceforge.net:

AS> My shame, but I am still not working in a new DISPLAY at the moment.
AS> Will keep it, though, for when I start with DISPLAY 0.14.
>> No - this is because bug in UPX stub, which doubles requested memory
>> size (for COM2EXE converted programs). Thus, 64k of requested memory for
>> DISPLAY.EXE become 128k of requested memory after UPXing DISPLAY.EXE.
>> And I don't hear that someone repost my analyze for UPX bug to UPX
>> maintainers.

 Not need to wait for next release - as temporary solution, you may
re-release current DISPLAY (with same version number or with increased
number), but packed by another packer (for example, aPACK). More smart
(and independent) solution (but UPX anyway should be fixed): reduce program
image size, by removing explicit buffers initialization (replace "0" in .asm
sources by "?"), and increase minmem= field in .exe header (use -s option of
COM2EXE). In this case, you may even omit exe-packing at all (because real
code of DISPLAY is small - packing need, because currently DISPLAY
executable contains initialization garbage).

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] UPXed DISPLAY memory requirements (was: freedos 1.0 experiments)

2006-09-09 Thread Aitor Santamaría
My shame, but I am still not working in a new DISPLAY at the moment.
Will keep it, though, for when I start with DISPLAY 0.14.

Aitor

2006/9/9, Arkady V.Belousov <[EMAIL PROTECTED]>:
> Hi!
>
> 9-Сен-2006 18:22 [EMAIL PROTECTED] (Eric Auer) wrote to
> freedos-user@lists.sourceforge.net:
>
> EA> DISPLAY
> EA> still cannot load high if I have EMS 3.2 support on:
> EA> This is because its header reserves space for 5 buffers
> EA> outside XMS.
>
> No - this is because bug in UPX stub, which doubles requested memory
> size (for COM2EXE converted programs). Thus, 64k of requested memory for
> DISPLAY.EXE become 128k of requested memory after UPXing DISPLAY.EXE.
>
> And I don't hear that someone repost my analyze for UPX bug to UPX
> maintainers.
>
> -
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user