VOGONS


First post, by Riikcakirds

User metadata
Rank Member
Rank
Member

Is there a dos program that can reduce the amount of conventional memory/ upper memory available.
Like loadfix in dosbox, you can type loadfix 40 and it will use up 40KB memory and reduce your conventional memory by that amount. Then you have the option to remove it later.
I need to load an old recovery program (Allmicro) in real dos and loadfix (which just allocates and uses up the first 64KB) doesn't help.
The program won't run with memory above 500KB.

Reply 2 of 8, by Riikcakirds

User metadata
Rank Member
Rank
Member
wbahnassi wrote on 2023-03-17, 15:39:

Load SMARTDRV, MSCDEX, GMOUSE, DOSKEY.. should get you pretty low 🙂

The program is a bit like a bios update. Strict in what can be loaded, it will not even work with himem.sys loaded. The manual says it uses int/15 to access extended memory if available. It was made in 1989 for specialist data recovery. Looking over the internet I can't find anything about it.
I can load it in dosbox, it has the tools to eat conventional memory and reduce it below 500kb, but I need it to run on a real pc.

Last edited by Riikcakirds on 2023-03-17, 20:30. Edited 1 time in total.

Reply 3 of 8, by weedeewee

User metadata
Rank l33t
Rank
l33t

maybe EATMEM from this package will do.
https://vetusware.com/download/TSR%20Utilitie … 202.9/?id=16287

Right to repair is fundamental. You own it, you're allowed to fix it.
How To Ask Questions The Smart Way
Do not ask Why !
https://www.vogonswiki.com/index.php/Serial_port

Reply 4 of 8, by Jo22

User metadata
Rank l33t++
Rank
l33t++
Riikcakirds wrote on 2023-03-17, 17:34:
wbahnassi wrote on 2023-03-17, 15:39:

Load SMARTDRV, MSCDEX, GMOUSE, DOSKEY.. should get you pretty low 🙂

The program is a bit like a bios update. Strict in what can be loaded, it will not even work with himem.sys loaded. The manual says it uses int/15 to access extended memory if available. It was made in 1989 for specialist data recovery. Looking over the internet I can't find anything about it.
I can load it in dosbox, it has the tools to eat conventional memory and reduce it below 500kb, bit I need it to run on a real pc.

Himem.sys of MS-DOS 6.2x has an option for such old programs, not sure if works with this one in particular, though.

HIMEM.SYS /INT15=

The value is assuming Kilobytes.

If Himem.sys is installed that way, all Extended Memory is used as XMS (up to 64MB on old Himem.sys), with the exception of the INT15 value.
Programs using INT15 will merely see what Himem.sys has set aside.

"Time, it seems, doesn't flow. For some it's fast, for some it's slow.
In what to one race is no time at all, another race can rise and fall..." - The Minstrel

//My video channel//

Reply 7 of 8, by Jo22

User metadata
Rank l33t++
Rank
l33t++
jakethompson1 wrote on 2023-03-17, 20:17:

Can you run a few nested instances of command.com until you get under 512k?

Good idea! 🙂👍 How about using 4DOS, as well? 4DOS was a big command.com replacement.

"Time, it seems, doesn't flow. For some it's fast, for some it's slow.
In what to one race is no time at all, another race can rise and fall..." - The Minstrel

//My video channel//

Reply 8 of 8, by doshea

User metadata
Rank Member
Rank
Member
weedeewee wrote on 2023-03-17, 17:52:

EATMEM is also available from some shovelware CDs (without requiring you to register to download it), just to make it clearer that it doesn't seem to be problematic "abandonware" but rather just shareware/freeware:

http://cd.textfiles.com/cream/cream03/diag/eatmem10.zip
http://cd.textfiles.com/garbo/PC/MEMUTIL/EATMEM11.ZIP

I think I used that tool many years ago because I already knew the name before seeing it mentioned above.