Skip to content

gungwald/online

Repository files navigation

Description

"Online" is a program for the Apple II series of computers running ProDOS. It displays all the "online volumes" which means that it displays all the disks that are currently connected to the system, along with their slot and drive numbers. ProDOS provides no built-in way to determine this information from inside the BASIC.SYSTEM command line. Here is an example of the output:

]-ONLINE
S3,D2 /RAM
S7,D1 /SYSTEM
S7,D2 /VISICALC
S6,D1 (NOT A PRODOS DISK)
S6,D2 /ONLINE

Example

Etymology (which is different from Entomology)

It is named after the ProDOS ON_LINE system call that is used to retrieve volume information.

Download Binary Executable

See the releases page for a disk image with a binary version that's ready to run.

Build from Source

Requirements

  • Windows, Mac, or Linux - all the build tools are supported on all 3 platforms
  • GNU make - to interpret the Makefile and run the build
  • Merlin32 - to assemble the source code
  • Javer - to run AppleCommander which builds a disk image

Process

Type "make".