Tag Archives: dos

More 21st Century DOS

It is the third decade of the 21st century and I found Running DOS on 64-bit Windows and Linux: Just because you can

I have experimented with FreeDOS. To conveniently have any networking you have to install it in a virtual machine. I have done this and it works. The problem is getting files in and out of the VM. This is doable, but it is certainly not convenient. I also installed it native on an old (2011) laptop, and then afterwards installed Xubuntu as a dual boot system. Xubuntu can see the FreeDOS disk partition, so I can copy files into it, then reboot into FreeDOS. There I can do whatever I had in mind, then reboot into Xubuntu to extract my output files. Even more hassle than using a VM. The only reason to do it is to experience DOS natively on (sort of) modern hardware. So I looked for other options.

Continue reading

WordTsar

I read WordTsar Is Reviving the ’80s WordPerfect Writing Experience with considerable interest, but following it up with a look at WordTsar and WordTsar: Wordstar for the 21st Century quickly showed that the first author was not present during the word processor wars of the 1980s. WordStar lost to WordPerfect in that conflict, but still has some diehard fans, the most famous being George R.R. Martin, who still uses it on a DOS machiue. I have been able to run WordStar on FreeDOS, with FreeDOS running on a virtual machine. This was WordStar 4.0, which is now “abandonware,” i.e. free, but without any official support.

Continue reading

WordStar on FreeDOS

After last time I tried to ftp a file from my Linux host to FreeDOos. The connection worked, but I could not do the transfer. Somehow my C drive was full. 0 bytes free. So I looked again at How to Backup VM(s) on VirtualBox to see how to restore my snapshot. This worked, although I had to use the “clone” option to restore it under another name. After the restore dir c:\ showed plenty of free space. So I tried the ftp again. I ran cd c:\net\mtcp and then used ftp (the basic ancient ftp client) to get Ws4.zip from the host. I had used this program a lot back in the 1990s. This particular zip archive has the installation files for WordStar 4.0, which was released jn 1987 and which I used at home in the late 1980s and into the 90s.

Continue reading

Installing FreeDOS

After mentioning DOS in Programming in Pascal I Downloaded FreeDOS 1.3. I had previously installed VirtualBox on Ubuntu 22.04 system using Synaptic Package Manager. For the installation I followed How to install FreeDOS on VirtualBox. It seems that I have a later version of VirtualBox than the video, so I did not see exactly what is in the video, but it was close enough. Per the video I used the VDI file type for the VM file. The installation was successful. A couple notes:

Continue reading

Programming in Pascal

Back in 2021 I wrote about APL, a computer language that I used early in my career. I have not seriously worked with it in the last 30 years, but it is still around.

Recently I read that Apple Just Released Code for Its 40-Year-Old “Lisa” Computer. This sentence caught my eye.

Much of the code is written in Pascal, an early programming language dating back to 1970, which was also used for some of the Mac’s early software.

Continue reading