Regarding Notes of OS . #84
Aniljangir89
started this conversation in
General
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I was reading the memory management section in the OS notes and noticed a small mistake

not in the concept itself, but in the definition of physical address.
The content currently says “address generated by the MMU,” but that’s not technically correct.
The address already exists in physical memory; the MMU simply provides a mechanism to translate the logical address into the corresponding physical address.
The MMU, which operates under the OS, uses a mapping table to match logical addresses to physical ones.
So, my suggestion is to rewrite it as: “Address translated by the MMU.”
Beta Was this translation helpful? Give feedback.
All reactions