Shows all online volumes on an Apple II computer
Go to file
Bill Chatfield 26a9342fab Added funding link 2022-04-10 06:26:15 -04:00
.github Added funding link 2022-04-10 06:26:15 -04:00
.gitignore Remove build & install of Merlin32 2021-07-05 18:30:16 -04:00
AppleCommander-1.3.5-ac.jar Downgraded AC to support PowerBook G4 Javer 2018-11-14 18:38:06 -05:00
AppleCommander-ac-1.4.0.jar Update to newer apple commander and stop excluding it 2018-10-11 01:15:21 -04:00
LICENSE Initial commit 2017-09-06 09:11:07 -04:00
Makefile Switch from SYSTEM to BIN 2021-07-06 00:37:45 -04:00
README.md Add image example 2018-10-19 15:02:47 -04:00
jget.jar Updated build 2018-11-18 18:45:48 -05:00
online-example-run.png Add image example 2018-10-19 15:02:47 -04:00
online.gui.bas Switch from SYSTEM to BIN 2021-07-06 00:37:45 -04:00
online.s Switch from SYSTEM to BIN 2021-07-06 00:37:45 -04:00
online.ver.bas Switch from SYSTEM to BIN 2021-07-06 00:37:45 -04:00
online.ver.bas.txt Switch from SYSTEM to BIN 2021-07-06 00:37:45 -04:00
online_Output.txt Updated build 2018-11-18 18:45:48 -05:00
prodos-2.0.3-boot.dsk Make bootable disk 2018-10-17 14:40:01 -04:00

README.md

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".