Skip to content

Altair 8800 FDC+ Serial Disk Server for Linux

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

deltecent/fdc-sds

Repository files navigation

FDC-SDS Serial Disk Server for the Altair FDC+

FDC-SDS is a Linux implentation of the Serial Drive Communications Protocol for the FDC+ Enhanced Floppy Disk Controller for the Altair 8800.

Installation

./autogen.sh
./configure
make
sudo make install

Baud Rate

The FDC+ serial drive can operate at one of these baud rates: 403.2K, 460.8K, 230.4K, 76.8K, 38.4K, 19.2K, and 9600 baud. FDC-SDS only supports 230.4K (default), 460.8K, 76.8K, 38.4K, 19.2K, and 9600.

If the baud rate is changed in the FDC-SDS server, the corresponding change must also be made on the FDC+. Baud rates are changed in the FDC+ using the monitor.

Disk Images

Numerous disk image files of original Altair software are available via links on the FDC+ web page. Images files have a .dsk extension. You can also recognize disk images by their file size. Eight inch disk images are 330K, Minidisk images are 75K.

The FDC-SDS server is indifferent to whether an eight inch image or Minidisk image is loaded, however, the image type loaded must match drive type selected on the FDC+.

Example

fdcsds -p /dev/ttyUSB0 -0 cpm22.dsk

About

Altair 8800 FDC+ Serial Disk Server for Linux

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages