06 September 2009
MV2120
13 June 2009
pmvnc and 4os2
I also put the 4os2 source into my svn site to make to easier to grab. It is version 3.05A and includes all changes up to 31 May 2009 change number 34617. All the changes entered can be viewed here. The svn source can be viewed or pulled from: http://svn.assembla.com/svn/os2utils/4os2/.
15 April 2009
pmvnc
I had a little spare time and, lucky me; I get an email about patches to PMVNC. Eugene ported this years ago and all I did was add a couple fixes – I hate the POS. But Dmitry sent the patches, so I’ll pull it up and see what is what. Hell, maybe I should put the fixes in that GG has been pissing about for a year…
> 1. After an upgrade to the SMP computer I have many problems with the image of the remote desktop. As I understand, this is thread related problem. Two PMVNC thread try to access to the hpsBitmap simultaneously. I have serialized access via mutex in rect32.c, rect4.c and rect8.c modules. Now all works well.
I never saw this on my SMP systems but sounds good.
> 2. During testing, if I have used "Tiny Color" and "Gray Scale" modes, I have received SYS3175 crash in PMMERGE.DLL. I have replaced in rect4.c:
pbmiBitmap = malloc(16 + sizeof(RGB2) * 16) ;
to
pbmiBitmap = malloc(16 + sizeof(RGB2) * 256) ;
And now this works well also.
Never did this either… again sounds good.
> 3. Missed comma after ID_PMVNC in IDD_ABOUT resource template.
Hmmm…. Ok. I guess I should fix and try to use wrc rather than rc just to find if it works.
07 March 2009
OS/2 Zip 3.0 and Unzip 6.0f
http://www.mgreene.org/pub/ziptest.zip
A readable page of compiled in options is located here: http://www.mgreene.org/wikka/ZipInfo
14 February 2009
Make up time...
07 September 2008
Slashdot OS/2 Article
http://tech.slashdot.org/article.pl?sid=08/09/07/1729255
24 August 2008
More output...
Guess the best part is that the IODelay matches what I see with a debug kernel on the same machine.
LDRINFO: Loader initialized and running ...
Serial out: COM1 Address 3F8 BPB 0X8800:0XB
FileTable 0X8800:0X124A Bootflags: 0X1481
LDR: 0X1000 microFSD: 0X8800 miniFSD: 0X7C endldr: 0X5000
COM: 0X3F8 0X0 0X0 0X0 LPT: 0X378 0X0 0X0
OS2LDR size: 19326 GenuineIntel Type: 0X6 Model: 0X8
IODelay: 244 T0: 0 T1: -2 T2: -263 A20 gate enabled INT15-C1 not supported
bus:dev:func 0:0:0 0:1:0 0:1E:0 0:1F:0 0:1F:1 0:1F:2 0:1F:3 0:1F:5
bus:dev:func 1:0:0* 1:0:1 bus:dev:func 2:3:0*
PCI BIOS 2.16 Number Bus: 3 Status: C00 :: EISA not found
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000003fff06c0 (usable)
BIOS-e820: 000000003fff06c0 - 000000003fff66c0 (ACPI data)
BIOS-e820: 000000003fff66c0 - 000000003fffe700 (ACPI NVS)
BIOS-e820: 000000003fffe700 - 0000000040000000 (reserved)
BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
LDRINFO: End message
