mirror of
https://github.com/gungwald/online.git
synced 2025-01-01 13:29:17 +00:00
Added some info
This commit is contained in:
parent
052518bfd0
commit
5c17a3ee01
10
README.md
10
README.md
@ -1,5 +1,5 @@
|
||||
# online
|
||||
This 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:
|
||||
# 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
|
||||
@ -7,3 +7,9 @@ This is a program for the Apple II series of computers running ProDOS. It displa
|
||||
S7,D2 /VISICALC
|
||||
S6,D1 (NOT A PRODOS DISK)
|
||||
S6,D2 /ONLINE
|
||||
|
||||
# Etymology (which is different from [Entomology](https://en.wikipedia.org/wiki/Entomology))
|
||||
It is named after the ProDOS ON_LINE system call that is used to retrieve this information.
|
||||
|
||||
# Download Binary Executable
|
||||
See the https://github.com/gungwald/online/releases page for a disk image with a binary version that's ready to run.
|
||||
|
Loading…
Reference in New Issue
Block a user