mirror of
https://github.com/tjboldt/Apple2-IO-RPi.git
synced 2024-11-22 02:30:46 +00:00
15 lines
407 B
QBasic
15 lines
407 B
QBasic
|
10 HOME
|
||
|
11 PRINT "Apple2-IO-RPi"
|
||
|
12 PRINT "(c)2021-2023 Terence J. Boldt"
|
||
|
13 PRINT
|
||
|
14 PRINT "This drive is dynamically generated"
|
||
|
15 PRINT "from the current working directory on"
|
||
|
16 PRINT "the Raspberry Pi and is in RAM only."
|
||
|
17 PRINT
|
||
|
18 PRINT "To start a shell to the RPi, type:"
|
||
|
19 PRINT "-shell"
|
||
|
20 PRINT
|
||
|
21 PRINT "To add RPI command to ProDOS, type:"
|
||
|
22 PRINT "-rpi.command"
|
||
|
23 PRINT
|