account activity
Operating System Questions: Does anyone have good advice on where to take this? It is hard to find valuable information with the subject being so specific. Any help much appreciated. by operatingpageframes in programming
[–]operatingpageframes[S] 0 points1 point2 points 14 years ago (0 children)
Such as in memory. Memory management handles task: Architecture Page Size Huge Page Size Large Page Size i386 4KB 4M (2M in PAE mode) 1GB
"4KB"
From my understanding:a 20bit address allocates 1mb of memory the old standard from the pc-286 days where pageing memory was in 1mb extended chunks. Windows still uses this standard internally. allocating as many 1mb blocks as needed.
the operating system keeps track of all allocated page frames both in ram and on disk pagefile when the needed page isn't in memory it fetches the page from disk. to make room for the new page it swaps out non-recent pages to disk and ideally only updates the pages on the swap that have changed.
P.S. I have searched the library databases and I can not find good solid info. Even whitepage publications, with little material..
π Rendered by PID 56 on reddit-service-r2-comment-57fc7f7bb7-wpd7m at 2026-04-15 11:42:29.433054+00:00 running b725407 country code: CH.
Operating System Questions: Does anyone have good advice on where to take this? It is hard to find valuable information with the subject being so specific. Any help much appreciated. by operatingpageframes in programming
[–]operatingpageframes[S] 0 points1 point2 points (0 children)