This is dredging up some long-unused memories but you should be able to get a bit more memory by supplying the RAM parameter to emm386. Get yourself some upper memory blocks (UMBs) - usable memory above the 640 K mark. DEVICE=C:\DOS\HIMEM.SYS RAM HIGHSCAN (HIGHSCAN directs EMM386 to try harder to find upper memory blocks.) Then use FILESHIGH to set the file count. FILESHIGH=30 MEM should show you now have some upper…
Compiling Word for Windows v1.1a
11–20 of 20 posts
Re: Compiling Word for Windows v1.1a
#12Anyone knows if there's an analysis on that?
Re: Compiling Word for Windows v1.1a
#13Re: Compiling Word for Windows v1.1a
#14I still have my green & white steel-balled mouse somewhere :) CGA/EGA gfx mode was pretty bad though, so still used EGA text mode in WW until final editing. (But it beat Electric Pencil in all upper case lol.) I really miss the slow-burn green screen w/the Hercules text card though -- esp. as a 2nd screen for debugging.
I've heard tell of the dual-screen DOS machine with a Hercules. How did this actually work? Did special debuggers support it, or something?
So, if you plug a Hercules card and a VGA card, you can have two screens. Some debuggers supported it. I never got it to work back in the day with my ET4000 and an MDA scavenged from a PC-XT, but I was just a teenager with no access to StackOverflow.
Re: Compiling Word for Windows v1.1a
#15This is dredging up some long-unused memories but you should be able to get a bit more memory by supplying the RAM parameter to emm386. Get yourself some upper memory blocks (UMBs) - usable memory above the 640 K mark. DEVICE=C:\DOS\HIMEM.SYS RAM HIGHSCAN (HIGHSCAN directs EMM386 to try harder to find upper memory blocks.) Then use FILESHIGH to set the file count. FILESHIGH=30 MEM should show you now have some upper…
I believe that this only works on MS-DOS 7.0 and later versions, which had to implement a workaround for SFT scanning code in Windows 3.1 KRNL386 (still used in mini.cab in Windows 9x Setup) to support this.
Re: Compiling Word for Windows v1.1a
#16Thanks for the little trip down memory lane. Despite the much greater scale that modern tech gives us in almost every way, there is still something special about the early PC era, when an enthusiastic geek really could know every command that DOS provided (because your PC came with a manual that described them all and you could read it cover to cover in a few hours) and understand how the OS worked all the way down a…
I still have that feeling programming for small microcontrollers today. Stepping through some disassembled code and comparing/changing registers on the fly is just pure bliss.
Re: Compiling Word for Windows v1.1a
#17Thanks for the little trip down memory lane. Despite the much greater scale that modern tech gives us in almost every way, there is still something special about the early PC era, when an enthusiastic geek really could know every command that DOS provided (because your PC came with a manual that described them all and you could read it cover to cover in a few hours) and understand how the OS worked all the way down a…
Re: Compiling Word for Windows v1.1a
#18Re: Compiling Word for Windows v1.1a
#19Re: Compiling Word for Windows v1.1a
#20Thanks for the little trip down memory lane. Despite the much greater scale that modern tech gives us in almost every way, there is still something special about the early PC era, when an enthusiastic geek really could know every command that DOS provided (because your PC came with a manual that described them all and you could read it cover to cover in a few hours) and understand how the OS worked all the way down a…