Good news. A Virtual Machine (VM) like VirtualBox can create a virtual environment (VE) in which you can install a guest OS and various applications. I have just finished using VirtualBox on top of Ubuntu (a Linux distro) to create a virtual DOS environment, then downloaded and installed MSDOS 6.22, QuickBasic 4.5, and reinstalled my old copy of PB/DOS 3.5. Everything works fine, but I had to use FDISK, FORMAT /S to set up a bootable DOS partition on the virtual drive, then create and use ISO images of the folders and files that I wanted copied to it.
The virtual environment eliminates the problem I had of having all NTFS and Ext3 Partitions now, which DOS doesn't really know how to deal with. I'm limited to a half-Gig virtual hard drive, but that should be more than adequate. If not. I can create additional virtual half-gig partitions as well. I haven't tested yet, but I might be able to get access to a USB hard drive as well, but that will likely mean another driver. Only it won't likely be a massive hard drive unless I see a need to get NTFS drivers that will work under DOS as well.
I found it difficult to get good use out of PB/DOS now that I have gigabytes of hard drive space and am using a format other than FAT. But this is a way around all that, and I thought it worth mentioning.
The host OS can be Windows or Linux, your choice. Some people might prefer to use a different VM package, but I really like VirtualBox myself.
The virtual environment eliminates the problem I had of having all NTFS and Ext3 Partitions now, which DOS doesn't really know how to deal with. I'm limited to a half-Gig virtual hard drive, but that should be more than adequate. If not. I can create additional virtual half-gig partitions as well. I haven't tested yet, but I might be able to get access to a USB hard drive as well, but that will likely mean another driver. Only it won't likely be a massive hard drive unless I see a need to get NTFS drivers that will work under DOS as well.
I found it difficult to get good use out of PB/DOS now that I have gigabytes of hard drive space and am using a format other than FAT. But this is a way around all that, and I thought it worth mentioning.
The host OS can be Windows or Linux, your choice. Some people might prefer to use a different VM package, but I really like VirtualBox myself.
Comment