It's UWAweek 42 (2nd semester, week 12)

help2002

This forum is provided to promote discussion amongst students enrolled in CITS2002 Systems Programming.
Please consider offering answers and suggestions to help other students! And if you fix a problem by following a suggestion here, it would be great if other interested students could see a short "Great, fixed it!"  followup message.
Displaying selected article
Showing 1 of 738 articles.
Currently 30 other people reading this forum.


 UWA week 41 (2nd semester, week 11) ↓
SVG not supported

Login to reply

👍?
helpful

Question 1: In terms of disk initialization when saving all the 32 locations, should the pages be initialized in random order, or is it expected that the process pages will be initialized sequentially? For example, starting with process 0, page 0, page 1, and so on, then moving on to process 1, page 0, page 1, etc.

Question 2: Regarding the page table, can I assume that each process will always have a page table, regardless of whether it has any pages currently loaded into RAM? Based on this assumption, I’m using a single array to represent all the page tables (4 x 4) and updating it as needed, rather than creating separate arrays for each process and only generating them when the process is called and its first page is loaded into RAM. Does this approach align with the project’s expectations?

The University of Western Australia

Computer Science and Software Engineering

CRICOS Code: 00126G
Written by [email protected]
Powered by history
Feedback always welcome - it makes our software better!
Last modified  8:08AM Aug 25 2024
Privacy policy