86-DOS 1.00
86-DOS 1.00
WinWorld is an online museum dedicated to providing free and open access to one of the largest archives of abandonware software and information on the web.
86-DOS 1.00
WinWorld is an online museum dedicated to providing free and open access to one of the largest archives of abandonware software and information on the web.
Comments
Wow, so... if folders don't exist in 86-DOS, can we put "\" in a file? xD or maybe not...
Yes. That also goes for PC-DOS 1.0, 1.1, and MS-DOS 1.25. In fact, early EagleWriter for DOS did just that with one of its application files: https://winworldpc.com/product/eagle-1630-40-software-master/
The CP/M influence is strong with this one (but not a rip-off).
if for some reason the emulator is not included with the download it can be found here: http://www.schorn.ch/altair_5.php
However, I still need the "4-30-1981" dated version (1.0).
Instruction Manual - https://web.archive.org/web/20200110094102/http://www.patersontech.com/dos/docs/86_Dos_inst.pdf
User's Manual - https://web.archive.org/web/20200110094136/http://www.patersontech.com/dos/docs/86_Dos_usr_03.pdf
Programmer's Manual - https://web.archive.org/web/20191105043856/http://patersontech.com/dos/docs/86_dos_prog.pdf
https://archive.org/details/86-dos-version-0.1-c-serial-11-original-disk
https://archive.org/details/86-dos-version-0.34-c-serial-221-original-disk
The script file I use is:
; SIMH/AltairZ80 Configuration File for SCP 86-DOS v1.14
; SET CPU
set cpu 8086
; LOAD SCP MONITOR
load 86mon.bin 0
load 86mon.bin ff800
; SET SERIAL PORT FOR SCP
set sio port=f6/0/0/0/0/F/0/T
set sio port=f7/0/2/0/1/F/0/F
set sio ansi
; SET UP TARBELL DISK CONTROLLER
set scp300f en
set tdd en
set wd179x en
set wd179x iobase=78
; ATTACH FLOPPY DISK(S)
detach all
att tdd0 86dos.imd
; START MONITOR AND BOOT
echo
echo Press ENTER until you get the monitor prompt ">",
echo then type uppercase 'B' to boot.
go ffff0