Monthly Archives: February 2023

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