diff --git a/content/notes/21-memory-management.md b/content/notes/21-memory-management.md new file mode 100644 index 000000000..a2fd26b5a --- /dev/null +++ b/content/notes/21-memory-management.md @@ -0,0 +1,18 @@ +--- +title: "21-memory-management" +aliases: +tags: +- cosc204 +- lecture +--- + +# storage heirachy +![slide|400](https://i.imgur.com/yls3Bun.png) +primary storage - cache and main memory +secondaryy - hard drive + +# process memory image + +# lgical and physical addresses + +# paging for memory translation \ No newline at end of file