News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Win 3.x and 386Max

Started by Shintaro, January 01, 2022, 05:04:10 PM

Previous topic - Next topic

Shintaro

Hi,
For the people that programmed around that era of Windows 3.x.
I see that 386 Max was bundled Microsoft C.What I don't know is, why?
Did it make a difference with MASM and/or Microsoft C?

Did you use 386Max because it came bundled with Microsoft products? Or because it seemed to make running and testing code easier when using Microsoft tools?

Or did you just use Qemm or some other memory manager?

Cheers.

"Wyrd bið ful āræd. Fate is inexorable."

Gunther

Shintaro,

if I understand you correctly, you want to experiment with DOS. Why not?

If I were you, I would use FreeDOS. It comes with sources and has its own memory manager JEMM. As far as I know this one was written by Japheth and is very good. You can run
FreeDOS as a virtual machine or native on a USB stick. With this you should have everything. With 386 Max, you just have a binary clump without knowing what's actually going on.

I hope this helps you.
You have to know the facts before you can distort them.

Shintaro

Hi,
I find tinkering with MS-DOS strangely satisfying, odd huh.But anyway I found that the code for 6.0 was listed over on the BetaArchive.
So I was going to give that a go.  I have period hardware (486DX2), so that's not a problem. Actually, I was going to add a 386DX.
I am sure that DOS source is forbidden, so I'll limit my questions to code.

Cheers,
Craig
"Wyrd bið ful āræd. Fate is inexorable."

Gunther

Craig,

that's your decision. But if you want to go deeper, you won't get around FreeDOS. It's not just the large number of tools there.
It is even possible to build a Beowulf cluster with FreeDOS. I saw one just recently at work at CERN.
I wonder if this works with MSDOS, DRDOS or PCDOS? I have reasonable doubts about that.

But it is - as already said - your decision.

You have to know the facts before you can distort them.