Skip to content

Commit

Permalink
Added 'memory map'.
Browse files Browse the repository at this point in the history
  • Loading branch information
skx committed May 18, 2024
1 parent 6f70ce8 commit b470520
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,13 @@ The following environmental variables influence runtime behaviour:
|-------------|---------------------------------------------------------------|
| SIMPLE_CHAR | Avoid the attempted VT52 output conversion. |

For reference the memory map of our CP/M looks like this:

* 0x0000 - Start of RAM
* 0xDE00 - The CCP
* 0xF000 - The BDOS (fake)
* 0xFE00 - The BIOS (fake)




Expand Down

0 comments on commit b470520

Please sign in to comment.