Exploring Microsoft's forgotten Unix distribution
Subsequent Boots
When you reset the system, you will be asked either for a root password for maintenance mode or Ctrl+D to start normally. Given that we haven't added any users, enter the root password.
Once you enter root mode, there will be a message that says TERM = (ansi)
. Just press Enter and you will brought back to the terminal prompt.
Assuming you want to add more software, you can always re-enter the installer program we used earlier by entering:
# custom
If you have more disk images, you can install applications by following the numbered menu prompts. Under a fresh installation, enter 4 for Add a Supported Product.
You will be asked to Insert distribution volume 1, meaning insert the first disk of any product recognized and supported by custom
.
If custom
recognizes the disk and it works correctly, you will be prompted with a new menu. If you simply enter 1 to install one or more packages, it will usually provide a program listing automatically.
You may be prompted to restart the system after installing new software. Make sure to remove the disk from the virtual drive and press a key.
Unfortunately very few disk images that we found online beyond the base OS worked , with most giving some kind of read error. They appear to be working fine for people writing images to actual floppy disks, but didn't work with any virtual machine software we tried (Figure 3).
We were particularly hoping to experiment with any X servers and Microsoft Word. If any users out there can repack the images with virtual machines in mind, it would be greatly appreciated. Fortunately we were able to get a games disk working – see the box "So What About Games?"
So What About Games?
Thankfully XENIX users weren't all business, and there are at least a few games available for the system. Although the IMG file from Archive.org wouldn't work, we found a working disk image from YouTube user MentionedBefore [6], who provides a link below his XENIX 2.3.1 VirtualBox tutorial.
The disk comes with Worms (not the famous DOS game!), Rogue, Hack, and Trek, plus fortune and mathrec. (And there is a terminal-based version of Tetris somewhere out there!) Once installed, the executables for the games/amusements are found under /usr/games
(Figure 4).
To start a game (we'll use hack for the example, see Figure 5), you can either change into the directory and run the game from there like so:
$ cd /usr/games $ ./hack
Or you can run games by entering the full path:
$ /usr/games/hack
For further information on how to use XENIX, full scans of the official product manuals are available on Archive.org.
Infos
- Attribution-ShareAlike 4.0 International: https://creativecommons.org/licenses/by-sa/4.0/
- "Of IBM, Operating Systems, and Rosetta Stones" by Chris Morgan, Byte, vol. 7 no.1, January 1982, pp. 6-10, https://archive.org/details/byte-magazine-1982-01/page/n9/mode/2up
- VirtualBox: https://www.virtualbox.org
- XENIX 386 ports: https://archive.org/details/Xenix386Ports
- Dev Null: https://www.youtube.com/watch?v=atvTV9xU3Cw
- Games disk image: https://www.youtube.com/watch?v=n_pq297tcCM
« Previous 1 2 3 4
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
AlmaLinux 10.0 Beta Released
The AlmaLinux OS Foundation has announced the availability of AlmaLinux 10.0 Beta ("Purple Lion") for all supported devices with significant changes.
-
Gnome 47.2 Now Available
Gnome 47.2 is now available for general use but don't expect much in the way of newness, as this is all about improvements and bug fixes.
-
Latest Cinnamon Desktop Releases with a Bold New Look
Just in time for the holidays, the developer of the Cinnamon desktop has shipped a new release to help spice up your eggnog with new features and a new look.
-
Armbian 24.11 Released with Expanded Hardware Support
If you've been waiting for Armbian to support OrangePi 5 Max and Radxa ROCK 5B+, the wait is over.
-
SUSE Renames Several Products for Better Name Recognition
SUSE has been a very powerful player in the European market, but it knows it must branch out to gain serious traction. Will a name change do the trick?
-
ESET Discovers New Linux Malware
WolfsBane is an all-in-one malware that has hit the Linux operating system and includes a dropper, a launcher, and a backdoor.
-
New Linux Kernel Patch Allows Forcing a CPU Mitigation
Even when CPU mitigations can consume precious CPU cycles, it might not be a bad idea to allow users to enable them, even if your machine isn't vulnerable.
-
Red Hat Enterprise Linux 9.5 Released
Notify your friends, loved ones, and colleagues that the latest version of RHEL is available with plenty of enhancements.
-
Linux Sees Massive Performance Increase from a Single Line of Code
With one line of code, Intel was able to increase the performance of the Linux kernel by 4,000 percent.
-
Fedora KDE Approved as an Official Spin
If you prefer the Plasma desktop environment and the Fedora distribution, you're in luck because there's now an official spin that is listed on the same level as the Fedora Workstation edition.