Skip to content

Machine

The handful of settings that belong to the whole machine rather than to any one device, and are therefore not part of a configuration.

Machine-wide settings

Platform is QBUS or UNIBUS, fixed when the software was built. It is what the card is, not a choice.

Address width is the CPU’s — 16, 18 or 22 bits on QBUS, 18 on UNIBUS. Changing it re-bases the I/O page, so it applies only while the bus is halted. Asked for on a running machine the setting is left alone and the interface says why.

Where the real machine’s console line is read from. Which you want follows from the processor in the box, and getting it wrong is the most common reason a console appears dead.

Source
BBB /dev/ttyS2a UART on the BeagleBone backs the console. This is for a processor with a serial line of its own — an 11/53, an 11/73 — whose console connector is cabled to the cape.
Web Seriala USB serial port on the machine running the browser backs it instead. A Connect button appears; Web Serial needs a one-time grant to reach the port.
Offnothing does — and the port is then free for QUniLator’s own emulated DL11 to be the console. This is for a processor with no console of its own, and for an emulated processor, which has its own.

Baud must match what the processor’s own line is jumpered for.