online/README.md

27 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2018-10-16 16:53:19 +00:00
# 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:
2017-09-07 20:26:35 +00:00
]-ONLINE
S3,D2 /RAM
S7,D1 /SYSTEM
S7,D2 /VISICALC
S6,D1 (NOT A PRODOS DISK)
S6,D2 /ONLINE
2018-10-16 16:53:19 +00:00
2018-10-19 19:02:47 +00:00
![Example](online-example-run.png)
2018-10-16 16:53:19 +00:00
# Etymology (which is different from [Entomology](https://en.wikipedia.org/wiki/Entomology))
2018-10-16 17:00:48 +00:00
It is named after the ProDOS [ON_LINE](http://www.easy68k.com/paulrsm/6502/PDOS8TRM.HTM#4.4.6) system call that is used to retrieve volume information.
2018-10-16 16:53:19 +00:00
# Download Binary Executable
2018-10-16 17:15:27 +00:00
See the [releases](https://github.com/gungwald/online/releases) page for a disk image with a binary version that's ready to run.
2018-10-16 17:13:07 +00:00
# Build from Source
#### Requirements
2018-10-16 17:18:36 +00:00
* Windows, Mac, or [Linux](http://getfedora.org) - all the build tools are supported on all 3 platforms
2018-10-16 17:13:07 +00:00
* GNU make - to interpret the Makefile and run the build
* [Merlin32](https://www.brutaldeluxe.fr/products/crossdevtools/merlin/) - to assemble the source code
* [Javer](http://www.java.com) - to run AppleCommander which builds a disk image
#### Process
Type "make".