Updated PDP-11 READMEs
This commit is contained in:
parent
6683c81299
commit
fbb36c1d1b
10 changed files with 549 additions and 43 deletions
|
|
@ -7,7 +7,12 @@ permalink: /apps/pdp11/boot/
|
|||
PDP-11 Boot Code
|
||||
----------------
|
||||
|
||||
Boot code can be added to machines by including a `<ram>` component in the machine XML configuration file
|
||||
The project contains the following PDP-11 boot code images:
|
||||
|
||||
* [PDP-11 Boot Test](test/)
|
||||
* [DEC PDP-11 Bootstrap Loader](bootstrap/)
|
||||
|
||||
Boot code can be pre-loaded into any machine by including a `<ram>` 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
|
||||
|
|
@ -17,8 +22,3 @@ with the *file* attribute set to the filename of the image, along with optional
|
|||
If no *load* address is specified, the `<ram>` 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.
|
||||
|
||||
The project currently contains the following PDP-11 RAM images:
|
||||
|
||||
* [PDP-11 Boot Test](test/)
|
||||
* [PDP-11 Bootstrap Loader](bootstrap/)
|
||||
|
|
|
|||
Loading…
Reference in a new issue