diff --git a/content/notes/21-memory-management.md b/content/notes/21-memory-management.md index da282b185..dc2c7d07c 100644 --- a/content/notes/21-memory-management.md +++ b/content/notes/21-memory-management.md @@ -29,4 +29,6 @@ as we move from secondary to primary: - OS kernel creates a map from logical address to the physical address using a mapping table - CPUrefers to this table to map between physical and logical address -# paging for memory translation \ No newline at end of file +# paging for memory translation + +![address bidning for process space slide|400](https://i.imgur.com/N0iAw0z.png)