DOS Zone
11–20 of 87 posts
Re: DOS Zone
#12Earlier quoted context omitted.
Well, DirectX was win95 and later right? Windows Enhanced mode and future is kind of both on top of and underneath dos. There's a kind of wild layering that happens.
Fun fact, Win 95, 98 and ME booted DOS and autoexec'd win for you.
DOS basically acted as a bootloader. But all of those OSes had the very weird feature that they could switch back into a virtualised copy of their bootloader.
I do feel that Wikipedia understates the importance of Windows for Workgroups. Internally, it wasn't just Windows 3.1 with networking. It was a trial run for the fundamentals of the Windows 95 architecture.
Re: DOS Zone
#13For those unfamiliar with it, I highly recommend eXoDOS, it's literally every DOS game ever: https://www.retro-exo.com/exodos.html You can even get an extremely cool boxed version: https://www.etsy.com/shop/RetroeXo
Re: DOS Zone
#14Apparently this site is by the same person who created js-dos [1], which is an absolutely fantastic emulator for running and hosting DOS games in the browser. I used it quite successfully for an official sequel to an old DOS game a few weeks ago, and it even got to the point where it was pretty trivial to patch the js-dos ZIP bundle on the fly to modify how the original DOS game worked. [1] - https://github.com/caiii…
Re: DOS Zone
#15Earlier quoted context omitted.
Fun fact, Win 95, 98 and ME booted DOS and autoexec'd win for you.
Yes, but like Windows for Workgroups before them, they didn't need to rely on DOS services once they had started. They were 32-bit multitasking OSes that could host multiple DOS VMs and (in the case of WfW) a 16-bit cooperatively multitasked GUI. DOS basically acted as a bootloader. But all of those OSes had the very weird feature that they could switch back into a virtualised copy of their bootloader. I do feel that…
Re: DOS Zone
#16Re: DOS Zone
#17Pinball space cadet! Many fond memories of it on the family PC.
Re: DOS Zone
#18Earlier quoted context omitted.
Fun fact: earlier Windows OSes ran on top of DOS.
Well, DirectX was win95 and later right? Windows Enhanced mode and future is kind of both on top of and underneath dos. There's a kind of wild layering that happens.
Re: DOS Zone
#19Earlier quoted context omitted.
Yes, but like Windows for Workgroups before them, they didn't need to rely on DOS services once they had started. They were 32-bit multitasking OSes that could host multiple DOS VMs and (in the case of WfW) a 16-bit cooperatively multitasked GUI. DOS basically acted as a bootloader. But all of those OSes had the very weird feature that they could switch back into a virtualised copy of their bootloader. I do feel that…
In other words, they were bare-metal hypervisors which passed through the majority of the hardware, doing a minimum of virtualisation to allow sharing it between VMs. This is easy to see by comparing the responsiveness of a DOS box running something like EDIT in Win9x vs. NT/2K/XP's NTVDM; the latter is a full emulator of basically all the hardware except the CPU.