--- layout: page title: PDP-11 Boot Images permalink: /apps/pdp11/boot/ --- PDP-11 Boot Images ------------------ The project contains the following PDP-11 boot images: * [PDP-11 Boot Test](test/) * [DEC PDP-11 Bootstrap Loader](bootstrap/) Boot code can be pre-loaded into any machine by including a `` component in the machine XML configuration file with the *file* attribute set to the filename of the image, along with optional *load* and *exec* addresses; eg: ```xml ``` If no *load* address is specified, the `` component relies on the "load" property of the JSON-encoded RAM image; otherwise, the starting RAM address is used. If no *exec* address is specified, the CPU will begin execution at its usual reset address.