Welcome, Guest. Please login or register.

Author Topic: MS DOS Emulation  (Read 13772 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline InTheSand

  • Hero Member
  • *****
  • Join Date: Nov 2004
  • Posts: 1766
    • Show all replies
    • http://www.ali.geek.nz
Re: MS DOS Emulation
« on: April 06, 2007, 09:35:34 AM »
Quote

Hodgkinson wrote:
Since V6.21 is on HD disks, any suggestions (Before I start installing PC Task) of how to load up DOS?


If you have access to a real PC, you can transfer DOS to DD disks easily enough. You'll need to do a full install of DOS first (perhaps in a virtual or emulated environment such as the type provided by VMWare, Bochs or QEmu), then format a load of DD disks with:

format a: /t:80 /n:9

Then make one of the DD disks bootable with:

sys a:

Then copy some key commands (fdisk, format, sys, etc) to the same disk with:

copy a:

And finally copy the remainder of the "DOS" directory to the other DD disks, e.g.:

copy c:\dos\a*.* a:
copy c:\dos\b*.* a:
copy c:\dos\c*.* a:


... etc... until each disk is full, then repeat as needed.

When PC Task boots, insert the first DD disk, then use fdisk and format as you would on a real PC.

Then, to transfer DOS to the emulated hard drive:

sys c:

Then create a "DOS" directory and copy the rest of the stuff from the other DD disks into it.

Sorry if this is vague and/or incomplete, but it's been a long long time since installing real MS-DOS!

Quote
One other thing...What exactly is PC-Task (Specifically v3.1) capable of?


It can certainly do graphics (up to EGA and basic VGA as far as I know), not sure about sound, but will provide basic access to serial and parallel ports - "system-friendly" stuff stands a chance of working, but stuff that bashes directly on the hardware may fail...

 - Ali