mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-29 05:29:47 +00:00
Some documentation for LaunchAPPL's new features
This commit is contained in:
parent
16b73a78be
commit
022f29e25d
@ -18,6 +18,23 @@
|
|||||||
|
|
||||||
# emulator = carbon
|
# emulator = carbon
|
||||||
|
|
||||||
|
# ########### A real Mac connected via a serial cable
|
||||||
|
|
||||||
|
# Prerequisited:
|
||||||
|
# - A Mac with a modem port, and any classic Mac system software
|
||||||
|
# - The LaunchAPPLServer application
|
||||||
|
# (`Retro68-build/build-target/LaunchAPPL/Server/`) running on that Mac
|
||||||
|
# - A computer with a serial port (or USB serial adapter) running Retro68
|
||||||
|
# - A Mac-To-PC null modem cable
|
||||||
|
# (https://allpinouts.org/pinouts/cables/serial/macintosh-to-pc-null-modem/)
|
||||||
|
|
||||||
|
# if you change the speed, make sure to choose the matching speed from the
|
||||||
|
# menu in the server application
|
||||||
|
|
||||||
|
# emulator = serial
|
||||||
|
# serial-port = /dev/ttyUSB0
|
||||||
|
# serial-baud = 19200
|
||||||
|
|
||||||
|
|
||||||
# ########### Mini vMac (old 68K Macs)
|
# ########### Mini vMac (old 68K Macs)
|
||||||
|
|
||||||
@ -48,7 +65,7 @@
|
|||||||
# And finally, autoquit:
|
# And finally, autoquit:
|
||||||
# autoquit-image = ./autoquit-1.1.1.dsk
|
# autoquit-image = ./autoquit-1.1.1.dsk
|
||||||
|
|
||||||
# ########### Executor (68K only)
|
# ########### Executor
|
||||||
|
|
||||||
# No ROM files needed - an opensource reimplementation of classic Mac OS.
|
# No ROM files needed - an opensource reimplementation of classic Mac OS.
|
||||||
|
|
@ -332,6 +332,8 @@ Currently, LaunchAPPL supports the following methods for launching Mac applicati
|
|||||||
* carbon - launch as a Carbon app on PowerPC Macs and via Rosetta on Intel Macs up to Snow Leopard (10.6)
|
* carbon - launch as a Carbon app on PowerPC Macs and via Rosetta on Intel Macs up to Snow Leopard (10.6)
|
||||||
* minivmac - launch using the Mini vMac emulator
|
* minivmac - launch using the Mini vMac emulator
|
||||||
* executor - launch using Executor
|
* executor - launch using Executor
|
||||||
|
* ssh - Invoke the `LaunchAPPL` tool remotely via ssh
|
||||||
|
* serial - Connect to a real Mac running the `LaunchAPPLServer` application via a null modem cable
|
||||||
|
|
||||||
If you're running on a Mac that's old enough to use the `classic` or `carbon` backends,
|
If you're running on a Mac that's old enough to use the `classic` or `carbon` backends,
|
||||||
they will work out of the box, just launch an application as follows
|
they will work out of the box, just launch an application as follows
|
||||||
|
Loading…
Reference in New Issue
Block a user