[prev] 40 [next]

An Aside: Working Sets

Consider a new process commencing execution ...
  • initially has zero pages loaded
  • load page containing code for main()
  • load page for main()'s stack frame
  • load other pages when process references address within page
Do we ever need to load all process pages at once?