VOGONS


First post, by ralphmaif

User metadata
Rank Newbie
Rank
Newbie

First, massive shout-out to Cloudschatze for not only modifying then sharing the updated BIOS for several Tandy models to enable booting a PicoMEM booting from CA00, but also for sending me a ROM with it burned already when my DIY project was delayed by...international relations. 😎 Thank you, sir!

So, now the TL/3 can boot to a 2GB DOS 6.22 image mounted from the MicroSD in the PicoMEM while leaving the D000 space available to map for EMS or UMBs...

The attachment picomem01.png is no longer available
The attachment picomem02.png is no longer available

With this CONFIG.SYS setup...

FILES=30
BUFFERS=10
DOS=HIGH,UMB
DEVICE=C:\DRIVERS\LOTECH\LTEMM.EXE /P:D000 /X /N
DEVICE=C:\BIN\PICOMEM\USE!UMBS\USE!UMBS.SYS D800-DFFF
DEVICE=C:\BIN\DOSMAX\DOSMAX.EXE /R- /Q- /P-
DEVICEHIGH=C:\DRIVERS\REV2486\REVTO486.SYS
SHELL=C:\COMMAND.COM /E:256 /P /H
DEVICEHIGH=C:\DOS\ANSI.SYS
LASTDRIVE=Z
FCBS=4,0
STACKS=9,256

I end up with this MEM /C output.

The attachment memorysummary01.png is no longer available
The attachment memorysummary02.png is no longer available

Hooray! Over 600K of available memory, 2MB of EMS, and 73K of UMBs used with plenty to spare sounds like I'm living the dream.
Except it's unstable as heck. Long story short, DOSMAX is enabling the use of both UMBs and EMS simultaneously, but the cost is it doesn't want to run many apps reliably. DOSMAX, however, is the only utility to successfully pull this off as The Last Byte so far just yields 64K of UMBs with the PicoMEM (same results with a Lo-Tech 2MB or 1MB board).

Anything else I should try utility or TSR sequence-wise? Any other settings I could futz with on the PicoMEM? It's been a fun & challenging cat 'n mouse game so far, but I think I've reached an impasse and could use a hint. I get similar results pulling the PicoMEM and running instead from a XT-IDE board and Lo-Tech 2MB (or 1MB) combo. It may just be this is the price to pay for running Tandy hardware with all its unique benefits, quirks, and limitations.