mirror of
https://github.com/tjboldt/Apple2-IO-RPi.git
synced 2024-11-22 02:30:46 +00:00
14 lines
390 B
QBasic
14 lines
390 B
QBasic
10 HOME
|
|
11 PRINT "Apple2-IO-RPi"
|
|
12 PRINT "(c)2021-2024 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 CHR$ (4)"-clock.driver"
|
|
22 PRINT CHR$ (4)"-rpi.command"
|