1
Programming / Re: shared memory value - Odin win32k or DosQuerySysInfo???
« on: September 30, 2023, 01:38:08 pm »
It may be appropriate to point out my memory-reporting tool:
https://github.com/altsan/os2-mem
which also breaks down memory regions when the /v switch is used, although it lacks the ability to identify "unassigned" like Rich's.
One feature it does have, on ArcaOS systems (and possibly also on systems with QSINIT) is the ability to report the full amount of physical RAM, and any PAE-exclusive region available for use as a memory disk, even if OS/2 can't access it as system RAM.
(It's installed by default as mem.exe on all ArcaOS systems.)
https://github.com/altsan/os2-mem
which also breaks down memory regions when the /v switch is used, although it lacks the ability to identify "unassigned" like Rich's.
One feature it does have, on ArcaOS systems (and possibly also on systems with QSINIT) is the ability to report the full amount of physical RAM, and any PAE-exclusive region available for use as a memory disk, even if OS/2 can't access it as system RAM.
(It's installed by default as mem.exe on all ArcaOS systems.)