![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Microsoft's MS-DOS operating system ran on the vast majority of computers throughout the 1980s and became the basis of Windows. But the story began humbly in the mid-1980s as QDOS, or Quick and Dirty Operating System, the work of developer Tim Paterson of Seattle Computer Products. It was later renamed 86-DOS after the Intel 8086 processor, and it was this version that was licensed and eventually acquired by Microsoft. Last week, codes for the very first version 0.1 of the 86-DOS operating system appeared on the Internet. So let's run on the SIMH simulator.
(1) Download 86-DOS disk image.
(1) Download 86-DOS disk image.
wget 'https://archive.org/download/86-dos-version-0.1-c-serial-11-original-disk/86-DOS%20Version%200.1-C%20-%20Serial%20%2311%20%28ORIGINAL%20DISK%29.imd' -O 86dos.imd(2) Download 8086 monitor.
wget https://bitsavers.org/bits/SeattleComputerProducts/86-DOS/scp86mon.zip(3) Build SIMH simulator.
unzip scp86mon.zip
git clone https://github.com/simh/simh.git(4) Start 86-DOS.
make -C simh altairz80
simh/BIN/altairz80 scp86mon.txtYou should see:
$ simh/BIN/altairz80 scp86mon.txtHit enter a few times and the SCP monitor prompt will come up, then hit uppercase "B" to boot.
Altair 8800 (Z80) simulator V4.0-0 Current git commit id: ee34e295
2047 bytes [8 pages] loaded at 0.
2047 bytes [8 pages] loaded at ff800.
Disk write-protected because the image contains compressed sectors. Use IMDU to uncompress.
_
SCP 8086 Monitor 1.5Type dir to see the disk contents.
>B
86-DOS version 0.11
Copyright 1980 Seattle Computer Products, Inc.
A:_
A:dirType chess to start a game.
COMMAND COM
RDCPM COM
HEX2BIN COM
ASM COM
TRANS COM
SYS COM
EDLIN COM
CHESS COM
CHESS DOC
A:chessTo exit from simulator, type Ctrl+E and the SIMH prompt will come up. Type q to quit.
Choose your color (W/B): B
Ply depth (1-6): 2
e2 e4
_
Simulation stopped, PCX: 004CF (and al,0x2)Links:
sim> q
Goodbye
- About 86-DOS Version 0.1: archive.org/details/86-dos-version-0.1-c-serial-11-original-disk
- Binaries and sources of 86-DOS Version 1.0: 86dos.org/downloads/86DOS_FILES.ZIP
- Manual for 8086 monitor: archive.org/details/bitsavers_seattleComv1.5A_2824358/mode/2up
- About SIMH simulator: simh.trailing-edge.com
Chess instructions
Date: 2024-01-04 00:26 (UTC)no subject
Date: 2024-01-04 01:55 (UTC)Мило!
no subject
Date: 2024-01-04 16:29 (UTC)>Altair 8800 (Z80) simulator
but
>86-DOS version 0.11
Там два проца что ли?
no subject
Date: 2024-01-05 22:10 (UTC)